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: 7 months 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 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T22:49:55.000Z (about 5 years ago)
- Last Synced: 2025-03-16T13:35:37.095Z (7 months 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: 42
- Watchers: 4
- 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