A Simple text ecryption application uses a layer of XOR and AES encryption algorithims.
-
Updated
Sep 4, 2024 - Java
A Simple text ecryption application uses a layer of XOR and AES encryption algorithims.
RESUME PROJECT
A small library that encrypts and decrypts string values with key.
Sscrpted uses `AES-256` and `scrypt` to generate static password protected HTML pages with assets such as scripts, images and stylesheets used.
This script allows users to register a new account by creating a new JSON file named 'cd.json' or adding new data to an existing one, and logging into the account by providing the correct credentials. The script also encrypts the password before storing it in the JSON file for added security.
This repository contains code that makes UserDefaults contains secure by Encrypting the value before saving.
PythonEncrypter is a Python Program that uses a CeaserCyper to encrypt words.
A chat client made in HASKELL that uses the "Elliptic Curve Diffie-Hellman (ECDH) key exchange protocol" to establish a secure connection between two users. This is a one file script that includes a server and a user client and allows multiple users to message secrets using SHA-256 and AES-256 for encription and decryption.
playfaircipher in golang for more info check https://en.wikipedia.org/wiki/Playfair_cipher
Cryptography encoder and decoder. Encode takes in text message and converts to numbers via RSA algorithm and decode takes numbers and encrypts to text.
Rivest Shamir adlemann Asymmetric Encryption Algorithm
Encrypted Peer 2 Peer Data Connection without a Signalling Server
File Encryptor is a command-line tool written in Go that provides secure file encryption and decryption using either RSA key pairs or password-based encryption.
Keep your files safe by encrypting it 🙂
Crypto homework program about CBC and ECB
The project aims to develop a web application that provides a flexible authentication system for users. The application allows users to sign up and log in using two different authentication methods
This library provides functions for encrypting and decrypting text using the Caesar Cipher algorithm.
A LAN chat system, course project for Introduction to Computer Science.
Add a description, image, and links to the encrpytion topic page so that developers can more easily learn about it.
To associate your repository with the encrpytion topic, visit your repo's landing page and select "manage topics."