Core Cryptography
Kodium provides high-speed, high-security classical cryptographic primitives ported purely to Kotlin based on the renowned TweetNaCl library.
In this section, you'll learn about:
Key Management: Generating, exporting, and importing classical keys.
Asymmetric Encryption (Box): Securely exchanging messages between two parties using public-key cryptography.
Symmetric Encryption (SecretBox): Encrypting and decrypting data with a shared secret or password.
Last updated