decryption

Safelock 0.5

Simple drag & drop file encryption tool. based on python and uses PyCrypto to encrypt the inputted files with AES encryption. Then sqlite database file is generated with a unique key to store the encrypted files and folders in binary blobs for later decryption. More info and binaries

Chat And Call Application With Encryption and Decryption

I have created chat and call application with encryption and decryption for my university semester project. The application code Is too simple. First, you have to enter your name and then click ok to proceed to chat form. After that, enter IP and Port of your friend and key you use for encryption and decryption. After that click CONNECT. Now start chatting. Remember that keys must be same on

Encrypt and Decrypt a Text using VB6

Last week, we made a program in vb.net that has encryption only in a text. Now in this article, we will create a program in VB6.0 that will encrypt and decrypt a text. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.Next, add two Buttons named Command1 and labeled it as "Encrypt".