A C++ Encryption Library
-
Updated
Nov 5, 2024 - C++
A C++ Encryption Library
An ELF / PE binary packer written in pure C, made for fun
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about Searchable Symmetric Encryption.
PHP class for password hashing with multi encryption methods
Encrypts and Decrypts messages using RC4
Golang production code boilerplate with Redis, MongoDB, Docker and Logger including the best practices.
Easily encrypt and decryt text and files with different encryption methods while being simple and advanced.
An ongoing & curated collection of awesome software best practices and techniques, libraries and frameworks, E-books and videos, websites, blog posts, links to github Repositories, technical guidelines and important resources about Encryption
The Caesar Cipher is a basic encryption algorithm where each letter in the plaintext is shifted a certain number of places down or up the alphabet. In this implementation, the user can input a plain text and a shift value, and the program will generate the corresponding encrypted or decrypted text.
This is a test program made to demonstrate the RSA algorithm and its properties.
My research about data encryption. The main question is: is it possible to find out a cipher by encrypted word only? I use some machine learning algorithms to classify encryption methods.
Implementation of the simple substitution encryption method, built with Eclipse.
Add a description, image, and links to the encryption-methods topic page so that developers can more easily learn about it.
To associate your repository with the encryption-methods topic, visit your repo's landing page and select "manage topics."