8000 GitHub - sahilk1234/crypto: In this repo we have 2 crypto algorithms caesar and vigenere in c language.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sahilk1234/crypto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

crypto

In this repo we have 2 crypto algorithms caesar and vigenere in c language.

How to run these programs- 1.you need to download cs50.h librabry because it use GetString() of it. 2.compile the program 3. now run program like ./ceasar key or ./vigenere key (key is encryption keyfor example ./ceasar 4 or ./vigenere xyz) 4. now there is a prompt so enter the data which you want to encrypt 5. finally your data is encrypted

About

In this repo we have 2 crypto algorithms caesar and vigenere in c language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%
0