79091052

Date: 2024-10-15 17:17:39
Score: 1.5
Natty:
Report link

If anyone is looking to use base64url encoding in the terminal.

One can simply do the following:

echo -n 'string' | base64 | tr '/+' '_-' | tr -d '='
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: gachikuku