https://github.com/jsfraz/encryption-examples
Encryption examples in different languages.
https://github.com/jsfraz/encryption-examples
aes256 csharp dart dotnet encryption example flutter java rsa x25519
Last synced: 11 months ago
JSON representation
Encryption examples in different languages.
- Host: GitHub
- URL: https://github.com/jsfraz/encryption-examples
- Owner: jsfraz
- Created: 2023-01-20T01:18:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T18:47:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T04:49:06.995Z (about 1 year ago)
- Topics: aes256, csharp, dart, dotnet, encryption, example, flutter, java, rsa, x25519
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encryption examples
- encryption examples in different languages
## Progress
| | **AES256** | **RSA** | **X25519** |
|------------------|------------|---------|------------|
| **Dart** | ✅ | ✅ | ✅ |
| **Java** | ✅ | ✅ | ✅ |
| **.NET Core** | ✅ | ❌ | ✅ |