menu
classical_cipher package
documentation
classical_cipher
Rot18
encrypt method
encrypt
brightness_4
encrypt
method
String
encrypt
(
String
text
)
Encrypt
text
.
Implementation
String encrypt(String text) { return _convert(text, "encrypt"); }
classical_cipher package
documentation
classical_cipher
Rot18
encrypt method
Rot18 class
Constructors
Rot18
Properties
hashCode
runtimeType
Methods
decrypt
encrypt
noSuchMethod
toString
Operators
operator ==