Basic Authentication is a simple and tiny program, totally free, that doesn`t even need installing.
Basic Authentication works really basically: you simply insert a username and password, and it converts them directly to the authentification format for Base64 Basic, encrypting them to that format.
Basic Authentication also does the reverse process, in other words, converting a Base64 Basic password to normal format.
Basic Authentication is an interesting program for those users who want to encrypt their usernames and passwords.