Skip to content

A secured software to store passwords, files and notes

Notifications You must be signed in to change notification settings

imJayanth/IceBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

IceBox Password Manager

IceBox is a software containing

  • PasswordProtector
  • FileSafe (to store confidential files in encrypted format)
  • SecretNotes (to store confidential information)

How to use

Install the required packages using pip install -r requirements.txt

Open IceBoxPasswordManager.pyw to get to the login screen.

If you don't have an account, click the signup option, enter your details (name, username, mail ID, phone number and password) and enter the OTP sent via mail to create an account.

Now you can login to your account by entering your username and password.

If you forgot your password, click forgot password , enter username, mail ID and enter the OTP sent via mail to create a new password.

PasswordProtector

Passwords here are stored safely.

Create Password: Enter the website for which you are creating the password and it suggests a strong password or else you can use your custom password.

Edit Password: Enter the website for which you are editing the password and enter the new password.

Delete Password: Enter the website for which you are deleting the password.

Show Passwords: Shows all websites with their respective passwords.

Use Password: Enter the website for which you have to use the password and place the cursor in the field where you have to use the password and press ok to autofill the password.

FileSafe

The files you store here will be encrypted and stored safe using 3-file encryption module and script that uses AES256-CBC to encrypt/decrypt files using passwords and binary streams.

Add file: Choose the file to be uploaded and enter a password for encryption. The list of available files are shown by default.

View file: Select the file to be viewed, click view selected file and enter the password to view the file.

Delete file: Select the file to be deleted, click delete selected file and enter the password to delete the file.

SecretNotes

Notes are saved securely. Can also be used as a diary as date and time are stored accurately.

Write notes: Add notes by giving a title and write in the content box and save it.

View notes: Select the title of the notes to be viewed and click view this note to view.

Delete notes: Select the title of the notes to be deleted and click delete this note to delete.

Authors

Explanation Video

Watch the working demo of IceBox here

About

A secured software to store passwords, files and notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages