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: 5 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T13:07:48.000Z (over 3 years ago)
- Last Synced: 2024-08-03T21:04:41.520Z (8 months ago)
- Topics: android, asymmetric-cryptography, cross-platform, dart, flutter, ios, material-design, open-source, rsa
- Language: Dart
- Homepage:
- Size: 84 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - RSA Encryption - A simple UI for encrypting messages by [vellt](https://github.com/vellt). (Uncategorized / Uncategorized)
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
