Skip to content

Encrypt your image files with an algorithm. Compile the code, and compile algorithm into DLL for ideal obfuscation. Nothing too fancy but a fun C program

Notifications You must be signed in to change notification settings

aTrapDeer/Image-Encrypt-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt Images With C !

I'm not great at C, so I wrote this to learn how to do it. I'm sure there are better ways to do this, but I wanted to see how it worked.

Usage

  • gcc main.c rnad.c -o {name of executable}
  • cmd run {name of executable}
  • Enter your two seed values (integers)
  • Get your encrytped value
  • WIP enter the file path of the image you want to encrypt
  • WIP enter the file path of the image you want to decrypt

Notes

  • I'm not sure if this is the best way to do this, but it works.

License

Have fun with it, but please don't sue me if it doesn't work or you do something stupid with it. I'm not responsible for any damage that may occur.

About

Encrypt your image files with an algorithm. Compile the code, and compile algorithm into DLL for ideal obfuscation. Nothing too fancy but a fun C program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages