/BrowserSHAObj

JavaScript implementation of SHA (1/256/384/512) checksum calculation for the browser. It uses the browsers own SubtleCrypto interface. Multiple representations of the message digest are available (e.g. hexadecimal, base32, base64, ...)

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0