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

A unix crypt of apache for Dart, which supports salt crypt string.

example/README.md

See the demo at the 'test' folder. #

import 'package:unix_crypt/unix_crypt.dart';

void main() {
String salt = "salt-a123456";
var result = UnixCrypt.cryptString("a123456",salt);
print("result: $result");
}

1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A unix crypt of apache for Dart, which supports salt crypt string.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on unix_crypt