Skip to content

Base64 is a binary-to-text encoding scheme that is commonly used to represent binary data as ASCII text. It operates by dividing binary data into groups of 6 bits and then encoding those 6-bit groups into printable characters from a predefined set of 64 characters.

Notifications You must be signed in to change notification settings

ayeshakhatoon17/Base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64

About

Base64 is a binary-to-text encoding scheme that is commonly used to represent binary data as ASCII text. It operates by dividing binary data into groups of 6 bits and then encoding those 6-bit groups into printable characters from a predefined set of 64 characters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published