SHA1 Password Calculator logo

SHA1 Password Calculator

by P. MorjanExtension

Real-time Analytics

Metrics and performance data for SHA1 Password Calculator

Timeframe:

Advanced Analytics

Monthly Growth

Percentage change in user base over the last 30 days compared to previous period

Category Ranking

Current position ranking within the extension category compared to competitors

Install Velocity

Average number of new installations per week based on recent growth trends

Performance Score

Composite score based on rating, review engagement, and user adoption metrics

Version Analytics

Update frequency pattern and time since last version release

Performance Trends

Analytics data over time for SHA1 Password Calculator

Loading analytics data...

About This Extension

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".)

Screenshots

1 of 1
SHA1 Password Calculator screenshot 1

Technical Information

Size
292KiB
Languages
1 supported
Extension ID
gfdaokhcoidl...

Version History

0.9.4
Current Version
Latest
03/15/2016
0.9.3
Previous Version
02/14/2016
0.9.2
Older Version
01/15/2016