menu
moontree_utils package
documentation
moontree_utils.dart
encrypt function
encrypt function
dark_mode
light_mode
encrypt
function
String
encrypt
(
String
hexString
,
CipherBase
cipher
)
Implementation
String encrypt(String hexString, CipherBase cipher) => encode(cipher.encrypt(decode(hexString)));
moontree_utils package
documentation
moontree_utils
encrypt function
moontree_utils library