8000 GitHub - EcoBay/cc20: cc20 is a c implementation of the ChaCha20 algorithm. NOTE: this is not a secure or efficient implementation by any means and is only intended for educational purpose.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
/ cc20 Public archive

cc20 is a c implementation of the ChaCha20 algorithm. NOTE: this is not a secure or efficient implementation by any means and is only intended for educational purpose.

Notifications You must be signed in to change notification settings

EcoBay/cc20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC20

cc20 is a C implementation of the ChaCha20 algorithm. NOTE: This is not a secure or efficient implementation by any means and is only intended for education purpose.

Compilation

gcc -o cc20 cc20.c ChaCha20.c fileIO.c md4.c

Usage

cc20 <-e|d|h> [-i inputfile] [-o outputfile]

Defaults

Option Default Description
-i - Reads input from stdin
-o - Print output to stdout

Examples

cc20 -e -i plaintext -o ciphertext
cc20 -d -i ciphertext -o plaintext

About

cc20 is a c implementation of the ChaCha20 algorithm. NOTE: this is not a secure or efficient implementation by any means and is only intended for educational purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0