Skip to content

Encodes a string to it's corresponding Base64 format.

Notifications You must be signed in to change notification settings

imreverse/Base64-Encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Base64-Encoding

Encodes a string to it's corresponding Base64 format.

Base64 encoding schemes are commonly used when there is a need to encode binary data that needs be stored and transferred over media that are designed to deal with textual data. This is to ensure that the data remains intact without modification during transport.

For further information on Base64, refer Base64 - Wiki.

PS. Presently it can encode only sentences, paragraphs with sentences on new line will not work :\

About

Encodes a string to it's corresponding Base64 format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages