3 projects
CrocodilesEncryptor
This repository contains a simple Python module for encrypting and decrypting files using a user-provided password. It includes methods for encrypting and decrypting both files and strings.
HedgehogEncoder
A simple and secure encryption tool using the AES algorithm in CTR mode. Encrypts data using a password-generated key and encodes it as a base64 string with added random characters. Includes encode and decode methods for easy use.
HttpSocket
a library for sending http but with socket!