https://github.com/vellt/rsa-encryption-flutter
Encryption based on asymmetric cryptography
https://github.com/vellt/rsa-encryption-flutter
android asymmetric-cryptography cross-platform dart flutter ios material-design open-source rsa
Last synced: over 1 year ago
JSON representation
Encryption based on asymmetric cryptography
- Host: GitHub
- URL: https://github.com/vellt/rsa-encryption-flutter
- Owner: vellt
- License: mit
- Created: 2021-08-13T16:57:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T13:07:48.000Z (almost 5 years ago)
- Last Synced: 2025-03-17T01:45:55.551Z (over 1 year ago)
- Topics: android, asymmetric-cryptography, cross-platform, dart, flutter, ios, material-design, open-source, rsa
- Language: Dart
- Homepage:
- Size: 84 KB
- Stars: 32
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSA Encryption Flutter
Make sensitive conversations safe. Give your conversation partner your public key to encrypt the message for you, which only you can decrypt.


[](./LICENSE)
Operating Principle
>
Encryption based on `asymmetric cryptography`. **Read more** https://en.wikipedia.org/wiki/Public-key_cryptography
