Skip to content

Simple C tool to check if a file probably contains base64 encoded data

Notifications You must be signed in to change notification settings

hwhw/base64finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

base64finder

Simple heuristical tool that will return an error value indicating whether data on its standard input might contain base64 encoded data.

No configuration yet except for the source code.

Will return error value 0 (true) when 50 consecutive chars are found that are valid base64 data representations.

About

Simple C tool to check if a file probably contains base64 encoded data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages