There are 0 repository under fernet-cryptography topic.
RansomwareSim is a simulated ransomware
Symmetric Encryption Technique
This is a very basic ransomware created using Python
KeyGuardian Source Code
Простой шифратор работающий по ключам.
Encrypt and safeguard your valuable data with this python encryption/decryption module.
This is a en-/decryptor in Python for en-/decrypting files.
Cryptex is a python script that can encrypt and decrypt files with a user-provided password from the command line.
This repository contains client-server application, with asyncio tcp socket server and client.
CRM buildt with SQLAlchemy, WTForms, Bcrypt, MVC pattern [command-line-interface]
Password Manager Bot. Этот проект представляет собой Telegram бота для генерации и хранения зашифрованных паролей.
Self hosted streaming media server written in Rust
A collection of Python-based cybersecurity tools including a secure password manager, unique password generator, and a password strength evaluator. Focused on encryption, data security, and user privacy.
A secure and customizable social media platform built with Flask. This app integrates core features of a modern social site with a personal password manager for enhanced security.
Keeper is a python password manager with git synchronization between multiple devices.
Steganographic tool to encrypt files and hide them inside of .jpeg images
Simple Python app to encrypt/decrypt files in a directory
Python program to store and manage the passwords by storing them in and CSV. The program asks the user to add, view, and remove passwords. Passwords are stored in encrypted format in CSV.
Voting application implemented in python
An encrypted cookie based session implementation for flask (mirror of https://gitlab.in2p3.fr/rferrand/flask-encrypted-cookies-session for Pull Requests and issues)
An AES-algorithm based python User Interface that helps users to encrypt messages into ciphertexts and share them in the form of ciphertexts, that can be decrypted by the receiver using the same key on both sides. Using Tkinter and cryptography.fernet modules.
Audio steganography involves hiding secret data within audio files to keep it confidential. Triple DES is a block cipher encryption algorithm that encrypts data using a key to prevent unauthorized access. Together, they can provide a secure method for encrypting and transmitting confidential information through audio files.
This project is a simple proof-of-concept implementation of a ransomware using Python.
Fhpass is a linux/macOS console password manager, written in python with curses and fernet
Sistema de gerenciamento de pedidos de uma loja online desenvolvido em Python com microframework Flask.
Securely encrypt and decrypt files and folders using salt-based, password-protected methods. Protect your data from hacking, leakage, and theft.
Terminal based password encryption/decryption tool
An advanced key logging software
Password manager app built in Python.
This is a cloud-deployed application that encrypts Google Drive file links using a custom Fernet encryption key and sends them via Gmail. The receiver is provided with a unique decryption link (served via FastAPI on Google Cloud Run) that allows them to securely decrypt and access the original Google Drive file.
O projeto utiliza criptografia simétrica com o algoritmo AES (Advanced Encryption Standard) no modo CBC com HMAC (implementado via Fernet) fornecido pela biblioteca cryptography.
Python projects
The "Secure Password Manager" is a Python-based tool for securely storing and managing passwords locally. Utilizing advanced encryption provided by the cryptography library, it offers a simple CLI for easy and safe password handling. Ideal for educational purposes or personal use, it ensures your sensitive information remains secure on your device.
A LAN based chat system using huffman coding- A loss less data compression algorithm