Skip to content

oom-/peaceword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peaceword

Simple local password manager to help people that can only remember one password to have secure and different for all websites.

Screenshots

Chrome extension

chrome-main.jpg chrome-config.jpg

Android app

android-main.jpg android-config.jpg android-scan.jpg android-export.jpg

How it work ?

Really simple :

  1. Take the domain name
  2. Apply sha256 with your own custom salt (generated on first run) to the domain
  3. Apply changes from the settings (length, needupercase and needspecialchar)
  4. Display the password

To secure your password event more you can use the password from the extension and add your common password at the end. By exemple if Peaceword generate "006631D?" you can use at password "006631D?MyEasyPasswordToRemember1".

What you can do with it ?

  • You can secure your password and make them hard to guess to hackers even if you are using the "same password" for all website (obviously if you put the one generated by Peaceword front or at the end of it).
  • You can use it for other stuff than internet with the manual input.
  • You can export your salt on another application with the QRcode system (gen and scan from android).
  • You can fill automatically all password fileds on the current html page.
  • You can copy in clipboard the current password (necessary when you want a password of 7000 characters).
  • The length of the password is the limit of integer signed type (2,147,483,647 characters);
  • You can import salt manually (put what you want).
  • You can use it from your phone (android only for now).