final md2 = NativeHashCore.md2(bytes);
final rot13 = NativeHashCore.rot13("Hello");
final sha256 = NativeHashCore.sha256(bytes);
final sha1 = NativeHashCore.sha1(bytes);
final md5 = NativeHashCore.md5(bytes);
-
Notifications
You must be signed in to change notification settings - Fork 0
A Flutter and Dart library for generating secure hash values using a native C implementation. This package ensures high-performance hashing for sensitive data, combining the flexibility of Dart with the speed of C. Perfect for cryptographic, data integrity, and authentication use cases.
License
xaldarof/native-hash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Flutter and Dart library for generating secure hash values using a native C implementation. This package ensures high-performance hashing for sensitive data, combining the flexibility of Dart with the speed of C. Perfect for cryptographic, data integrity, and authentication use cases.