SHA1 Password Calculator
Item logo image for SHA1 Password Calculator

SHA1 Password Calculator

4.6(

11 ratings

)
106 users
Item media 1 screenshot

Overview

Create strong cryptographic passwords

The SHA1 Password Calculator Pwcalc works as safely as a meat grinder: If you put in a pig and turn the crank, you will get minced meat. But pushing back the minced meat while turning the crank backwards, will not bring back the pig. That is quite secure. This app runs locally without using the network. The source code is available on GitHub: https://github.com/pmorjan/pwcalc-chrome In contrast to other apps strong passwords are calculated and not just generated. No confidential data is stored and no special app permissions are required. You chose a single secret word (your secret master password) and an alias for the service the password is needed for (the pig), e.g. mysecret + gmail.com. Next the cryptographic hash function SHA-1 is applied to this combined word which at the end produces a strong unique password (the minced meat). This calculated password is then copied to the clipboard to be used wherever it is needed. In a simplified form it works like this: password = secret word + alias | sha1 | base64 Although all this might seem complicated it is actually technically quite simple. On standard MacOS X or Linux you can calculate the password in a terminal with existing commands: echo -n "mysecretgmail.com" | shasum | xxd -r -p | base64 The calculated password is: XmMvBXYLVWOh2a2e5VVUDXwZnGU= (On Linux you might have to replace "shasum" by "sha1sum".)

4.6 out of 511 ratings

Google doesn't verify reviews. Learn more about results and reviews.

Review's profile picture

Vince PelssSep 9, 2018

A great idea. It has solved many of my password issues.

1 person found this review to be helpful
Review's profile picture

Hawkins DaleNov 7, 2016

Perfect. If there was an iOS client, I would use this for almost everything.

Review's profile picture

Henk EngelbrechtSep 26, 2015

this work very well

Details

  • Version
    0.9.4
  • Updated
    March 15, 2016
  • Offered by
    P. Morjan
  • Size
    292KiB
  • Languages
    English (United States)
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has not provided any information about the collection or usage of your data.

Support

For help with questions, suggestions, or problems, please open this page on your desktop browser

Google apps