-
-
[
C/C++]
300_encrypt.rar
... :- To generate an RSA key cryptest g-To encrypt an d decrypt a string using RSA cryptest r-To calcu late MD5, SHS, and RIPEMD algorithms-160 message digests : cryptest m file-To encrypt and decrypt a string using DES-EDE in CBC mode : cryptest t-To ...
-
-
[
C/C++]
kenel_crypto.rar
... , the serpent , twofish)- Sample struct cipher_implementation ci* corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name ...
-
[
Visual C++ (VC++)]
CSPDemo.rar
Demo : Microsoft's cryptoAPI CSP Cryptographic API function, the document (File) Encrypt and Decrypt. Creating a digital signature. The use CryptEncrypt () function is a good example, the test procedure.
-
-
[
Visual C++ (VC++)]
43804.zip
... Modes. and even safe it. so you dont have to remember it. You can choose th e file extension by yourself, for example :. doc, . txt, ... Version v1.2 is conming soon, there you can also use the spacebar. and you can also decrypt your passwords directl y.
-
[
Visual C++ (VC++)]
A_Beginner1698821242004.zip
... you CAN make better ones than me. This is just a quick example of basic encryption. Highl y commented to help beginners. There are not many good examples on PSC, maybe this one is :), to me, comments are more useful than votes. simple Enc rypt/Decrypt.
-
-
[
C#(.net)]
sharpprivacy_src.zip
... implementation in C#. It can be used to encrypt and sign data. created OpenPGP compatible keys, and a lot more. This article explains how to use t he library in your own.NET application or webpa ge to encrypt, sign, decrypt or verify OpenPGP messages.
-
[
Visual Basic (VB)]
crypt.zip
... ", yet provides a simple way of storing a password with encryption. The password is first encrypted then converted to Hex. The reverse process will first convert to ascii then decrypt. The form has 2 Command buttons, one is Crypt, the other is DeCrypt.