Guessing passwords with Generative Flows

PassFlow exploits the properties of Generative Flows to perform password guessing and shows very promising results, being competetive against GAN-based approaches [1, 2]. Usage To get the dataset, run curl -L –create-dirs -o data/train.txt https://github.com/d4ichi/PassGAN/releases/download/data/rockyou-train.txt curl -L –create-dirs -o data/test.txt https://github.com/d4ichi/PassGAN/releases/download/data/rockyou-test.txt and then run pip install tqdm torch==1.7.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html to install the needed dependencies. We tested using PyTorch 1.7.1 and CUDA 11.0. Once a model is trained, you can

Read more

(4Feb 2022) program detects wifi saved passwords in your ROM

Requirements : python 3.9.2 and higher (4Feb 2022) program detects wifi saved passwords in your ROM First of all you need open config.txt file and change first line : codec(utf-8 or cp866) depends on your PC and second line , it is language : Russian or English depends on what language your cmd uses. Warning : don’t make space between lines in config file ,please . Unpack zip file in comfortable folder for you . enter in this folder with […]

Read more

A Password Manager application made using Python. You can use this python application to store and to see the stored passwords

This is a Password Manager Application which is made using Python. Features of the Application This app is very secure and requires a password to use the app and that pasword only you can know! You can store passwords in a secure way! You can also view your passwords! It is very easy to use! How to use the Application? To use the application you need to go to Documentation Page! If you have any ideas to improve this app? […]

Read more

Password database With special stuff

This is a Password database I made for myself, as I want to keep all my passwords in the same place. but still protected, shall anyone get access to the file.And so I made this simple password database, that can encrypt, decrypt files, and generate Passwords, pin codes, and encryption keys. How To Use. The only library you rare going to have to install isFernet, which you do by pip install fernet or pip3 install fernet I recommend putting all […]

Read more

A password generator using both Kivy framework and SQL in order to create a local database for users to generate strong passwords and store them

A password generator using both Kivy framework and SQL in order to create a local database for users to generate strong passwords and store them Using this project as an oppertunity to learn about topics such as GUI’s, Databases, and encryption Tasks: 1. Create basic python file to generate random passwords ✓ 2. Practice with Kivy and make fake landing pages ✓ 3. Create a basic framework for splash page, log in, account creation, and main page for generator ✓ […]

Read more

A Python App generate ,save , find and delete passwords

This app can generate ,save , find and delete passwords. In the StartUp() Function , there are three buttons to choose from : Generate password Find password Delete password Then, when you select 1 of these buttons, a function should run which name is the button followed by the order , for example : Generate1 or Find_It2 The numbers represent the order of the functions, for example Generate1 is where you provide the app and the password, Generate2 is the […]

Read more
1 2