Go to file
Eijah a036c222b0 Merge pull request #5 from voussoir/master
Update readme.md styling
2015-12-28 13:38:10 -05:00
security Defcon 23 file version. Updated LICENSE.md to reflect MIT. Update README.md with additional prerequisite info, etc. 2015-08-12 04:50:13 -07:00
system Defcon 23 file version. Updated LICENSE.md to reflect MIT. Update README.md with additional prerequisite info, etc. 2015-08-12 04:50:13 -07:00
.gitignore Initial commit 2015-03-16 09:33:30 -04:00
LICENSE.md Defcon 23 file version. Updated LICENSE.md to reflect MIT. Update README.md with additional prerequisite info, etc. 2015-08-12 04:50:13 -07:00
README.md Update readme.md 2015-12-27 23:10:07 -08:00

demoncrypt 2.0

Believe in the Right to Share

https://www.demonsaw.com

[overview]

Demoncrypt is a lightweight C++ wrapper around some of the more common crypto routines in Crypto++. Demoncrypt is the open-source crypto layer used in demonsaw. It's free and open-source. Use it however you want.

[prerequisites]

  • C++ 11 compliant compiler (gcc 4.7, MSVC 2013, or greater)
  • Crypto++ 5.6.2 (www.cryptopp.com)

[contents]

/security/
    aes.h
    base.h
    block_cipher.cpp
    block_cipher.h
    checksum.h
    diffie_hellman.cpp
    diffie_hellman.h
    filter.h
    hash.h
    hex.h
    hmac.h
    md.h
    pbkdf.h
    security.cpp
    security.h
    sha.h
/system/
    type.h

[setup]

Just copy the security and system folders into your project workspace. Update your project/solution/makefiles accordingly. Include the appropriate files in your *.h/*.cpp source. Build. Enjoy!

[questions]

https://twitter.com/demon_saw

eijah@demonsaw.com

-Eijah