Click here to Skip to main content
Page 1 of 6
Page Size: 10 · 25 · 50


Category filtered by:  General Programming [x] | Cryptography & Security [x]
Article 13 May 2013   license: CPOL
This article shows how an OTP generator works.
General Programming » Cryptography & Security » General
Article 8 May 2013   license: CPOL
This is an alternative for "XCrypt - Encryption and decryption class wrapper".
General Programming » Cryptography & Security » Encryption
Article 7 May 2013   license: CPOL
Cyber warfare: It’s a brave new world
General Programming » Cryptography & Security » General
Article 22 Apr 2013   license: GPL3
Performing steganography on PNG images
General Programming » Cryptography & Security » Steganography
Tip/Trick 18 Apr 2013   license: CPOL
Source code for an encrypting editor Notepad replacement.
General Programming » Cryptography & Security » Encryption
Tip/Trick 15 Apr 2013   license: CPOL
Morse code encryption.
General Programming » Cryptography & Security » General
Article 15 Apr 2013   license: CPOL
This is an alternative for "Simple Password Manager Using System.Security"
General Programming » Cryptography & Security » Security
Article 31 Mar 2013   license: CPOL
This is a custom developed tool for generating a digital certificate.
General Programming » Cryptography & Security » Security
Article 9 Mar 2013   license: CPOL
This article describes how to remove Strong Signing from .NET assemblies without recompiling code.
General Programming » Cryptography & Security » Security
Article 4 Mar 2013   license: CPOL
This software allows you to encrypt and decrypt text with a specified key.
General Programming » Cryptography & Security » Encryption
Tip/Trick 1 Mar 2013   license: CPOL
Step-by-step instructions to create and install a Certificate Authority certificate and a signing certificate as well as a BAT file to sign a program.
General Programming » Cryptography & Security » Security
Article 28 Feb 2013   license: CPOL
Secure alternative to WCF. JSON-RPC meets SSL meets .NET and Mono.
General Programming » Cryptography & Security » General
Article 17 Feb 2013   license: GPL3
CryptBox helps to encrypt and decrypt files using Password Based Encryption (PBE)
General Programming » Cryptography & Security » Cryptography
Article 28 Jan 2013   license: GPL3
Encrypt your C# classes and compile them during run-time (hiding their code in the exe file).
General Programming » Cryptography & Security » General
Tip/Trick 22 Jan 2013   license: CPOL
Hide data inside the zip structure of any zip-based file.
General Programming » Cryptography & Security » Steganography
Article 20 Jan 2013   license: CPOL
This secure textbox deceptive keyloggers
General Programming » Cryptography & Security » Security
Tip/Trick 16 Jan 2013   license: CPOL
A tool to generate MD5 and SHA-1 checksums.
General Programming » Cryptography & Security » Encryption
Article 8 Jan 2013   license: CPOL
This article presents a format to exchange encrypted documents and the C# code that can handle the encryption and the decryption of the data.
General Programming » Cryptography & Security » Cryptography
Article 6 Jan 2013   license: CPOL
Encrypting and Decrypting Files with GnuPG
General Programming » Cryptography & Security » Encryption
Tip/Trick 18 Dec 2012   license: CPOL
In this project we learn how to resign a signed assembly with another one of your choice
General Programming » Cryptography & Security » General
Tip/Trick 14 Dec 2012   license: CPOL
An application which allows user to create the encrypted message and then emails it to the desired person.
General Programming » Cryptography & Security » General
Article 3 Dec 2012   license: CPOL
Article describes how to encrypt a dataset using AES. Optionally the dataset is compressed before the encryption.
General Programming » Cryptography & Security » Encryption
Article 26 Nov 2012   license: CPOL
A tutorial of PL/I basic concepts based on an encryption example
General Programming » Cryptography & Security » General
Tip/Trick 2 Nov 2012   license: CPOL
Cryptography Class for Certificates
General Programming » Cryptography & Security » Cryptography
Technical Blog 28 Oct 2012   license: CPOL
This Blog enable a biginner to understand about the concept of Hashing and its Algo classes.
General Programming » Cryptography & Security » Cryptography
Technical Blog 21 Oct 2012   license: CPOL
This Blog enable a biginner to understand about the concept of Hashing and its Algo classes.
General Programming » Cryptography & Security » Cryptography
Technical Blog 12 Oct 2012   license: CPOL
Some implementation details.
General Programming » Cryptography & Security » Encryption
Article 20 Sep 2012   license: CPOL
This article proposes a C++ implementation for computing hashes (SHA1, MD5, MD4 and MD2) on Windows with the Microsoft CryptoAPI library.
General Programming » Cryptography & Security » General
Article 20 Sep 2012   license: CPOL
x8086 assembly program that encrypts/decrypts text input from the keyboard by using basic assembly language ideas
General Programming » Cryptography & Security » General
Article 20 Sep 2012   license: CPOL
A paradigm of Noiseless Steganography for secretely transmitting messages via Excel graphs.
General Programming » Cryptography & Security » Steganography
Technical Blog 28 Aug 2012   license: CPOL
This Blog is enable you to understand the basic of Cryptography with Asymmetric Encryption Algorithm Classes.
General Programming » Cryptography & Security » Cryptography
Technical Blog 19 Aug 2012   license: CPOL
This Blog is enable you to understand the basic of Cryptography with Symmetric Encryption Algorithm Classes.
General Programming » Cryptography & Security » Cryptography
Technical Blog 18 Aug 2012   license: CPOL
This Blog enable you to understand the basic of Cryptography with Symmetric Encryption Algorithm Classes.
General Programming » Cryptography & Security » Encryption
Article 6 Aug 2012   license: CPOL
An example of how to implement and validate non-personal CD-Keys (ideal for distribution on the back of CD cases)
General Programming » Cryptography & Security » Security
Tip/Trick 1 Aug 2012   license: CPOL
Encrypting/decrypting a file using OpenSSL.
General Programming » Cryptography & Security » Encryption
Article 18 Jul 2012   license: MIT
Generally it's very important to obtain the value of session keys. However, the Microsoft Cryptographic Providers (Base and Enhanced) do not support this feature. CryptExportKey() and CryptImportKey() require a valid key handle to encrypt and decrypt the session key, respectively.
General Programming » Cryptography & Security » Cryptography
Article 15 Jul 2012   license: CPOL
RSA encryption library with full OAEP padding and private key encryption support.
General Programming » Cryptography & Security » General
Article 29 Jun 2012   license: CPOL
DLL for native encryption and compression (using Crypto++). Includes RSA Key Generator in C#, and encryption and compression in ASP.NET (C#).
General Programming » Cryptography & Security » Cryptography
Article 20 Jun 2012   license: GPL3
Encription algorithm that uses mandelbrot fractal to expand the encryption key
General Programming » Cryptography & Security » Encryption
Tip/Trick 31 May 2012   license: CPOL
Crypto Gear is an application for encrypting and decrypting files.
General Programming » Cryptography & Security » Encryption
Tip/Trick 3 May 2012   license: CPOL
Using Makecert to Create SSL Security Certificates
General Programming » Cryptography & Security » Security
Technical Blog 23 Apr 2012   license: CPOL
Actually getting the certificate and using it is not so easy. Here are some tips.
General Programming » Cryptography & Security » General
Tip/Trick 22 Apr 2012   license: CPOL
Input drives action to perform : Encryption or Decryption - Implementation of user defined encryption signature with standard cryptographic algorithms
General Programming » Cryptography & Security » Cryptography
Article 9 Apr 2012   license: CPOL
How to hide data of any kind inside a sound.
General Programming » Cryptography & Security » Security
Article 7 Apr 2012   license: CPOL
An introduction to Steganography using bitmap files.
General Programming » Cryptography & Security » Steganography
Article 10 Mar 2012   license: CDDL
A Tiger hash Implementation for C#, based on .NET's HashAlgorithm class.
General Programming » Cryptography & Security » Encryption
Article 22 Feb 2012   license: CPOL
How to sign code with digital signatures and associating them with files
General Programming » Cryptography & Security » Security
Article 13 Feb 2012   license: CPOL
Calculates NTLM hash of given string in pure C/C++
General Programming » Cryptography & Security » General
Article 4 Feb 2012   license: CPOL
How to encrypt data using a private key in .NET.
General Programming » Cryptography & Security » Encryption
Tip/Trick 16 Jan 2012   license: CPOL
String encryption/decryption functions in .NET.
General Programming » Cryptography & Security » General

Page 1 of 6
1 2 3 4 5 6


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid