Skip to content

This project is with Encryption in JavaScript lets users securely store and manage notes and passwords. Using a master password, AES encryption encrypts and decrypts data. User entries include notes, website details, and more, all safely stored in browser local storage, enhancing security without compromising user convenience.

Notifications You must be signed in to change notification settings

1810suman/Notes-and-password-manager-with-Encryption-of-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Notes-and-password-manager-with-Encryption-of-password

The "Notes and Password Manager" application provides a secure way to store and manage sensitive information. It employs encryption techniques to safeguard data. Here's how it works:

  1. Encryption:
  • When a user adds a password, it is encrypted using the AES encryption algorithm before being stored.
  • AES encryption requires a secret key, ensuring that only those with the key can decrypt and view the password.
  1. Notes Storage:
  • Notes added by the user are stored as plain text.
  • Passwords, on the other hand, are encrypted using the encryptPassword function before being saved.
  1. Display:
  • When displaying passwords, they are decrypted using the decryptPassword function before being shown to the user.
  • This decryption ensures that the actual passwords are never stored or displayed in plain text.
  1. Security Benefits:
  • Encryption adds a layer of security, protecting sensitive information even if the data is somehow accessed.
  • Users can feel confident that their passwords are not stored in plain text, reducing the risk of unauthorized access.

By using encryption, the "Notes and Password Manager" provides a safer environment for users to store and manage their private notes and passwords.

About

This project is with Encryption in JavaScript lets users securely store and manage notes and passwords. Using a master password, AES encryption encrypts and decrypts data. User entries include notes, website details, and more, all safely stored in browser local storage, enhancing security without compromising user convenience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published