.htpasswd is a flat-file used to store usernames and password for basic authentication of Apache HTTP Server.The file consists of rows, each row corresponds to a pair of username and hashed password separated with the colon in between. The hash is typically UNIX crypt style with MD5 or SHA1 as common alternatives.
Source Wikipedia
In order all functions to work, your browser must be javascript enabled. Some features require HTML5 support
All the functions are implemented in javascript, meaning no information is sent trough network. Data processed here does not leave your browser. Feel safe to create md5/sha hashes or hash based message authentication code(HMAC) from sensitive information.
Transfer the results from one tool to another, by simply using the Chain to links. By transfering the results, they are not sent back to the server.