https://github.com/phxql/kotlin-crypto-example
Example showcasing crypto with Kotlin
https://github.com/phxql/kotlin-crypto-example
Last synced: about 1 year ago
JSON representation
Example showcasing crypto with Kotlin
- Host: GitHub
- URL: https://github.com/phxql/kotlin-crypto-example
- Owner: phxql
- License: other
- Created: 2016-11-07T04:20:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T04:41:55.000Z (over 9 years ago)
- Last Synced: 2025-04-04T01:11:17.683Z (over 1 year ago)
- Language: Kotlin
- Size: 113 KB
- Stars: 15
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kotlin crypto showcase
A showcase for Kotlin crypto code.
Contains:
* AES CBC with HMAC checking
* AES GCM
See [the code](https://github.com/phxql/kotlin-crypto-example/blob/master/src/test/kotlin/de/mkammerer/Crypto.kt)
## License
[CC0](https://creativecommons.org/publicdomain/zero/1.0/)