Char.lower#
- usencrypt.cipher.Char.lower(self)#
Returns a new instance of the encrypted character \(E(x)\) converted to a lowercase ASCII character.
- Returns
An encrypted character representing
self
converted to a lowercase ASCII character ifself
is uppercase, otherwise it returnsself
.- Return type
See also
- Examples
>>> import usencrypt as ue >>> ue_s = ue.encrypt('USEncryption') >>> ue_c = ue_s[0] >>> ue.decrypt(ue_c.lower()) u