Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mko-x/sharedaes-gcm
Attempt for a cross platform AES-GCM encryption
https://github.com/mko-x/sharedaes-gcm
aes aesgcm android-library cryptography gcm ios-library
Last synced: 19 days ago
JSON representation
Attempt for a cross platform AES-GCM encryption
- Host: GitHub
- URL: https://github.com/mko-x/sharedaes-gcm
- Owner: mko-x
- Created: 2014-11-17T06:18:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T22:49:55.000Z (about 4 years ago)
- Last Synced: 2024-10-10T19:13:59.539Z (about 1 month ago)
- Topics: aes, aesgcm, android-library, cryptography, gcm, ios-library
- Language: C
- Homepage: https://mko-x.github.io/SharedAES-GCM
- Size: 15.8 MB
- Stars: 39
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SharedAES-GCM
Attempt for a cross platform AES-GCM encryption# About
Due to steps by integrating some crypto standards I found no compatible open source C/C++ implementation for AES-GCM to use in native Java, Android and iOS.I created my own wrapper as reusable pod/header here.
# Implementation
Based on public domain implementation from Steve Gibson of GRC.com.See [Sources/README.txt](https://github.com/mko-x/SharedAES-GCM/blob/master/Sources/README.txt) for more info.
Thanks for fixes by [@maximmasiutin](https://github.com/maximmasiutin).
# License
Released to Public Domain by Markus Kosmal