Skip to content

Bridouille/base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Little encryption tool in C

This program take a string as unique parameter and output this string with the folowing encryption :
reverse -> caesar (key is 12) -> base64

example:

 - input string : "salut"  
 -> reverse : "tulas"  
 -> caesar : "fgxme"  
 -> base64 : "Zmd4bWU="  

base64

About

Little implementation of base64 encrypt in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors