Forge "no password on the wire" authentication challenges.
-
Updated
Mar 21, 2024 - Go
Forge "no password on the wire" authentication challenges.
UnknownAccess is a plausible deniable secret encryption scheme. Utilising; AES_256_GCM Argon2Key KDF and HKDF.
A Go implementation of an encryption system combining end-to-end encryption with ephemeral keys. It employs a three-layer key derivation process (K1, K2, K3) and generates time-based Ephemeral API Keys (EAPI). The system includes client-server key exchange, session management, and encrypted data transmission functionalities.
Webserver implemented for the Radio Frequency Identification assignment of my graduation.
Add a description, image, and links to the hkdf topic page so that developers can more easily learn about it.
To associate your repository with the hkdf topic, visit your repo's landing page and select "manage topics."