Share:
- Safe SHA-256 / SHA-512 — suitable for integrity verification
- Deprecated MD5 / SHA-1 — for legacy system verification only, not for password storage or signing
- Caution AES — security depends on key management; this tool uses browser-side CryptoJS, so avoid processing highly sensitive keys
Base64 Encode/Decode
Technical References
- MD5 — RFC 1321: https://www.rfc-editor.org/rfc/rfc1321
- AES — FIPS 197 (NIST): https://csrc.nist.gov/pubs/fips/197/final
- Base64 — RFC 4648: https://www.rfc-editor.org/rfc/rfc4648
Frequently Asked Questions
Which encryption algorithms are supported?
A collection of common encode/decode and hash tools including Base64, MD5, SHA, and AES, with bidirectional conversion.
Are the encryptions secure?
The algorithms follow public standards (RFC 1321, FIPS 197, etc.) and run locally in your browser.
Technical References
- MD5 — RFC 1321: https://www.rfc-editor.org/rfc/rfc1321
- AES — FIPS 197 (NIST): https://csrc.nist.gov/pubs/fips/197/final
- Base64 — RFC 4648: https://www.rfc-editor.org/rfc/rfc4648