Source code - Encryption

Find C and C++ source code to help you learn to program. You can submit your own code, or you can simply browse and download the code of others.

Index :: Algorithms :: Encryption
Encryption

Resources:

There are a total of 6 resources in this category. Showing page 1 of 1:

  • CryptCode.c super hot
    Program demonstrating encryption.
    URL: http://www.cprogramming.com/source/CryptCode.c (Rating: 4.22727272727273, Reviews: 21)
  • encrypt.zip super hot
    A program demonstrating simple encryption.
    URL: http://www.cprogramming.com/source/encrypt.zip (Rating: 2.64285714285714, Reviews: 16)
  • jtxor.cpp super hot
    An implementation of XOR encryption.
    URL: http://www.cprogramming.com/source/jtxor.cpp (Rating: 1.85714285714286, Reviews: 15)
  • mcxor.cpp super hot
    Another implementation of Exclusive-or (XOR) encryption.
    URL: http://www.cprogramming.com/source/mcxor.cpp (Rating: 1.91666666666667, Reviews: 20)
  • nvxor.c super hot
    A third implemention of Exclusive-or (XOR) encryption.
    URL: http://www.cprogramming.com/source/nvxor.c (Rating: 3.5, Reviews: 5)
  • sdes.cpp super hot updated
    This program implements the SDES algorithm to peform Encrytion and Decryption
    URL: http://www.cprogramming.com/source/sdes.cpp (Rating: 5.13636363636364, Reviews: 16)

    Pages: 1