Hashapass/Hashapass web
-
<x id="START_H2" />About Hashapass<x id="END_H2" /><x id="START_PARAGRAPH" />Hashapass is a password generator which uses a mathematic formula to create new passwords based on a "master" password and a parameter.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />The formula is calculated in the safety of your web browser, without any information being transmitted over the Internet.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />The generated password is computed as the first 8 characters of the Base64 encoding of HMAC-SHA1(master password, parameter). HMAC-SHA1 is defined on byte arrays, so only the lowest-significant byte of the Unicode code point for each character of the master password and parameter is used in the calculation of the HMAC-SHA1.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />There's no secret to this formula: <x id="START_LINK_1" />SHA1<x id="END_LINK" />, <x id="START_LINK_2" />HMAC<x id="END_LINK" /> and <x id="START_LINK_3" />Base64<x id="END_LINK" /> are all well-known algorithms, which guarantees that other people can implement products that are compatible with Hashapass.<x id="END_PARAGRAPH" />
<x id="START_H2" />
About Hashapass<x id="END_H2" /><x id="START_PARAGRAPH" />
Hashapass is a password generator which uses a mathematic formula to create new passwords based on a "master" password and a parameter.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />
The formula is calculated in the safety of your web browser, without any information being transmitted over the Internet.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />
The generated password is computed as the first 8 characters of the Base64 encoding of HMAC-SHA1(master password, parameter). HMAC-SHA1 is defined on byte arrays, so only the lowest-significant byte of the Unicode code point for each character of the master password and parameter is used in the calculation of the HMAC-SHA1.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />
There's no secret to this formula:<x id="START_LINK_1" />
SHA1<x id="END_LINK" />
,<x id="START_LINK_2" />
HMAC<x id="END_LINK" />
and<x id="START_LINK_3" />
Base64<x id="END_LINK" />
are all well-known algorithms, which guarantees that other people can implement products that are compatible with Hashapass.<x id="END_PARAGRAPH" />
<x id="START_H2" />
Over Hashapass<x id="END_H2" /><x id="START_PARAGRAPH" />
Hashapass is een wachtwoord generator die gebruik maakt van een wiskunde formule en parameter.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />
De formule berekent veilig in je webbrowser zonder dat er informatie over internet wordt verzonden.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />
Het gegenereerde wachtwoord wordt berekend als de eerste 8 karakters van de van de Base64 codering van HMAC-SHA1(hoofdwachtwoord, parameter). HMAC-SHA1 is gedefinieerd in byte arrays. Zo kan alleen de minst significante byte van de Unicode code voor ieder karakter van het hoofdwachtwoord en parameter wordt gebruikt in de HMAC-SHA1.<x id="END_PARAGRAPH" /><x id="START_PARAGRAPH" />
Er is geen geheim in deze formule:<x id="START_LINK_1" />
SHA1<x id="END_LINK" />
,<x id="START_LINK_2" />
HMAC<x id="END_LINK" />
en<x id="START_LINK_3" />
Base64<x id="END_LINK" />
zijn allemaal bekende algorithms. Dit garandeert dat anderen producten kunnen ontwikkelen die compatible zijn met Hashapass
History
Translation History shows you the different versions of the translations that were saved. It also lets you revert to an older version of a translation.
About Hashapass