menu
flutter_ypush package
documentation
utils/EncryptUtils.dart
EncryptUtils
sha1 static method
sha1 static method
dark_mode
light_mode
sha1
static method
String
sha1
(
String
content
)
Implementation
static String sha1(String content) { return crypto.sha1.convert(utf8.encode(content)).toString(); }
flutter_ypush package
documentation
utils/EncryptUtils
EncryptUtils
sha1 static method
EncryptUtils class