service: | |||||
username: | |||||
password: | |||||
about | |||||
username: | |||||
base64: * | |||||
check: |
simple password hashwork in progress! sha256sum is calculated from the concatenation of service, username and password. The (irreversible) result can be used as a unique password for each username@service combination. If your unique password is compromised at some service A, this password is useless at some other service B. (This process can be repeated to find your unique password.) work in progress to avoid rainbow attacks inspiration: 0100010001010011
external libs:
CryptoJS v3.1.2, new bsd license |
||||