We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I would like to add a new project to the repository.
This has been discussed in the Discord server.
This would add a project where users can encrypt strings using the base64 format.
Basically, ./base64.lang "string" would print c3RyaW5nCg==.
./base64.lang "string"
c3RyaW5nCg==
The text was updated successfully, but these errors were encountered:
Kaamkiya
Successfully merging a pull request may close this issue.
I would like to add a new project to the repository.
This has been discussed in the Discord server.
This would add a project where users can encrypt strings using the base64 format.
Basically,
./base64.lang "string"
would printc3RyaW5nCg==
.The text was updated successfully, but these errors were encountered: