An open API service indexing awesome lists of open source software.

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

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/)