Click here to Skip to main content
15,886,664 members
Articles / Programming Languages / VBScript

Simple Encryption

Rate me:
Please Sign up or sign in to vote.
2.79/5 (21 votes)
23 Apr 2002CPOL 127.1K   3.9K   19  
Sometimes we may desire to hide our file contents from others. One of the possible ways is by encrypting these files. Here, a simple encryption technique is used (in VB - the same technique can be implemented in "C" also.)

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Freelance Programmer/Student

Comments and Discussions