There are 0 repository under secret-key-encryption topic.
Hydride binds against Libhydrogen to provide a simple cryptography that is compatible with Android API 16 and above.
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
Tiny library with block ciphers implementation for my cryptography research
A secure storage library for Android, backed by a native, encrypted SQLite3 written in C & C++
Python library that provides a simple interface for symmetric (i.e., secret-key) and asymmetric (i.e., public-key) encryption/decryption primitives.
Cybersecurity fundamentals course logs and ctfs
🔐 Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as “secret key”) authenticated cryptography.