Skip to content

Meat0Project/ShitCrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                    Version 2, December 2004 

 Copyright (C) 2004 Yasser Tahiri <yasserth19@gmail.com> 

 Everyone is permitted to copy and distribute verbatim or modified 
 copies of this license document, and changing it is allowed as long 
 as the name is changed. 

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 

  0. You just DO WHAT THE FUCK YOU WANT TO.

If you get an error like that :

I work on a crypt and decrypt tool and i got an error about library :

#include <include/gpg-error.h>
#include <include/gcrypt.h>
#include <include/gcrypt-module.h>
Generating the key...
keygen.c:4:10: fatal error: include/gpg-error.h: No such file or directory
    4 | #include <include/gpg-error.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
encrypt.c:4:10: fatal error: include/gpg-error.h: No such file or directory
    4 | #include <include/gpg-error.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Also he show me a Quick fix like installing VCPKG and i do it and nothing work.

About

crypt and decrypt tool Using C & gpg Power 💫

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Python 1.7%
  • Other 0.6%