Skip to content

inetric/b64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#B64

Base64 implementation satisfying the following requirements:

Stateful: Small state size and able to process streams of data
Immediate Output: Output decoded data as soon as possible
No assumption on input length: Process data even if only one byte is available
Ignore invalid bytes within input: Can process base64 data that includes invalid bytes [*]

[*] Aside from this requirement, the implementation follows RFC 4648. This requirement makes the implementation unsuitable for certain applications without preprocessing the input. See RFC 4648 - Security Considerations.

About

Base64 Implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages