smart_encrypt 1.0.1 copy "smart_encrypt: ^1.0.1" to clipboard
smart_encrypt: ^1.0.1 copied to clipboard

library for easy use encrypt & decrypt features, generate bytes & string

example/smart_encrypt_example.dart

import 'package:smart_encrypt/smart_encrypt.dart';

void main() {
  print(SmartEncrypt.getRandomNumbers(24));
  print(SmartEncrypt.getRandomString(30));
  print(SmartEncrypt.createDataHash256('Hello world'));
}
3
likes
0
points
30
downloads

Publisher

verified publisheranykeylib.ru

Weekly Downloads

library for easy use encrypt & decrypt features, generate bytes & string

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto

More

Packages that depend on smart_encrypt