fernet-cryptography
There are 44 repositories under fernet-cryptography topic.
HalilDeniz/RansomwareSim
RansomwareSim is a simulated ransomware
Arunvijay28/Cryptographic-File-System
Symmetric Encryption Technique
codassassin/very-basic-ransomware
This is a very basic ransomware created using Python
brodante/KeyGuardian
KeyGuardian Source Code
romanin-rf/deCryptor
Простой шифратор работающий по ключам.
sorzkode/spassgui
A random password generator and manager.
anuja-rahul/python-datavault
Encrypt and safeguard your valuable data with this python encryption/decryption module.
chimera83795/fernet-cryptography
This is a en-/decryptor in Python for en-/decrypting files.
heyharshitrai/cryptex
Cryptex is a python script that can encrypt and decrypt files with a user-provided password from the command line.
Kirvio/AIOServer
This repository contains client-server application, with asyncio tcp socket server and client.
NidalChateur/OC_P12_EPIC_EVENTS_CLI
CRM buildt with SQLAlchemy, WTForms, Bcrypt, MVC pattern [command-line-interface]
prasx/Password_Manager
Password Manager Bot. Этот проект представляет собой Telegram бота для генерации и хранения зашифрованных паролей.
thevickypedia/RuStream
Self hosted streaming media server written in Rust
cpadlab/vkm
VKM is a self-hosted local indie password manager
gh0stKn1ght/ImageCrypt
Steganographic tool to encrypt files and hide them inside of .jpeg images
marioEzquerro/EzCypher
Simple Python app to encrypt/decrypt files in a directory
MishraShantanu/Password-Manager
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.
NkosiMlaba/Voting-Application
Voting application implemented in python
riton/flask-encrypted-cookies-session
An encrypted cookie based session implementation for flask (mirror of https://gitlab.in2p3.fr/rferrand/flask-encrypted-cookies-session for Pull Requests and issues)
S-iddharth/Rakshak_AES_Encrypt-Decrypt_Tool
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.
sarafyash/Audio_Steagnography
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.
aleksibovellan/pythonPackets
A useful collection of Python scripts for moving data, or plain text, between two points by using raw TCP/UDP packets. Includes encryption as an option.
basedBaba/enDec
A python based CLI tool for encryption and decryption of files using fernet symmetric cryptography
cebem1nt/fhpass
Fhpass is a linux/macOS console password manager, written in python with curses and fernet
cebem1nt/keeper
Keeper is a python local password manager. Store passwords in protected way
kevinl03/Encryption
Used Python Fernet library to encrypt files where users can create accounts and store valuable information
sidd0894/Password-Encryption-Decryption-Tool
Terminal based password encryption/decryption tool
suswagatam-rong/keylogger-python
An advanced key logging software
WhiteHatCyberus/Fernet-Ransomware
This a ransomware made in python using the fernet cryptography module. Use with caution.
arjav0703/Anonytalk
A string Encryptor/Decryptor
FrancisLauriano/sge_flask
Sistema de gerenciamento de pedidos de uma loja online desenvolvido em Python com microframework Flask.
HalilDeniz/ransom-virus
Cybersecurity Ransom Virus Training Scripts
SenalDolage/python-password-manager
a simple password manager to encrypt and store
shamikaredkar/Secure-Password-Manager
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.
wadhia-bhavesh/PyCrypt
PyCrypt is a cryptography application implemented in Python using PyQt for the graphical user interface. The application is designed to convert plain text into secure encrypted messages. It supports various encryption techniques, including Caesar Cipher, Fernet Symmetric Key, and Asymmetric Key Encryption.