Encrypting File System Additional Features

Hi guys. My thesis for college is a system that encrypts and decrypts images and text. Obviously, the main issue here will be security, but here's the thing: to satisfy my panelist, he says that I should add more features that reaches beyond security, meaning give more features which are just about security. So, I was wondering if you guys could help me out by giving me some ideas for more features beyind security. This would greatly help me. Thanks guys.

Answer this question

Encrypting File System Additional Features

  • SPECIALK_BC

    alphonso,

    Thank you for the question. Here I would like to recommend you an article titled How to encrypt and decrypt a file by using Visual Basic .NET or Visual Basic 2005 in the following link:

    http://support.microsoft.com/kb/301070

    This article describes how to use the cryptography classes that are provided by the Microsoft .NET Framework. You can use the cryptography classes to encrypt a text file to an unreadable state. Then, you can decrypt that text file back to its original format.



  • Encrypting File System Additional Features