Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

red-sayed/Base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

πŸ”‘ Base64

plot

What is it?

Base64 is a simple character converter. It converts characters into nums, might be used in encryption protocols or as independent algorithm. It is a part of RedLibrary.

How to use?

Function prototypes:

// Encryption.
inline std::string * Base64Encode(std::string *data);
// Decryption.
inline std::string * Base64Decode(std::string *data);

Example:

plot

plot

All material in this repository is in the public domain.

About

πŸ”‘ Base64 is a character converter that works with ASCII characters.

Topics

Resources

License

Stars

Watchers

Forks

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /