You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When base64 encoding, every 6 bytes of input is turned into 8 bytes of
output. In our examples 24 bytes of input is turned into 32 bytes of
output.
For gpg example we use --armor flag to base64 encode the output.
0 commit comments