gsd_encryption 0.1.17
gsd_encryption: ^0.1.17 copied to clipboard
AES and RSA encryption/decryption package for Flutter with secure key storage and cross-platform support including web.
0.1.17 #
- CI-Update - Automatisches Code Fix, formatieren und analysieren
0.1.16 #
- Demo Link hinzufügen in README.md
- CI-Update - Automatisches Formatieren vom Code bevor es in pub.flutter-io.cn hochgeladen wird.
0.1.15 #
- CI-Update - überprüfen das die CHANGELOG.md einen Eintrag für die nächste Version enthält.
- CI-Update - Automatisches Formatieren vom Code bevor es in pub.flutter-io.cn hochgeladen wird.
0.1.14 #
- Beispiel Bugfix
- CI-Update
0.1.13 #
- CI-Update - Beispiel App mit erstellen
0.1.11 #
- Abhängigkeiten aktualisiert
- Beispiel-App hinzugefügt
- Pub Points Status verbessert
0.1.1 #
- Erste Veröffentlichung
- AES Verschlüsselung/Entschlüsselung Funktionalität
- RSA Verschlüsselung/Entschlüsselung Funktionalität
- Sichere Schlüsselspeicherung mit flutter_secure_storage
- Plattformübergreifende Unterstützung (Android, iOS, Web, Windows, macOS, Linux)
- Web-Plattform Unterstützung mit moderner js_interop API
- Schlüsselgenerierung und -verwaltungstools
- PEM-Format Unterstützung für RSA-Schlüssel
- Unit-Tests enthalten