How to encode and decode data using base32 and base64 commands in Linux
Base32 is the set of 32 bits numeral system and each bit can be represented by 5 bits. To represent base32 numbers in human-readable format is by using the standard 32-character set containing 22 uppercase alphabets and 0 to 9 digits. The resulting base32 character set can be used as files names as it cannot … Read more