Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
bd951d99a6
Update base64 algorithms to include a decode function, and add unit testing. Moved SHA1 algorthm to its own function as the original algorithm in libxcrypt is not able to encode all data lengths correctly. Added blowfish/bcrypt algorithm that should be libxcrypt compatible.
de63cb6404
Fix incorrectly referenced password in string hash with salt functions.