smart_encrypt 1.0.1
smart_encrypt: ^1.0.1 copied to clipboard
library for easy use encrypt & decrypt features, generate bytes & string
SmartEncrypt #
smart_encrypt is a library for easy use of encryption tools
Functional: #
- Generating random numbers of a given length
- Generating random strings of a given length
- In development other features
API 📚 #
Basic methods #
getRandomNumbers(int length): Generate random numbers.
getRandomString(int length): Generating random strings.