Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : CIPHER.ZIP
Filename : CIPHER.DOC

 
Output of file : CIPHER.DOC contained in archive : CIPHER.ZIP
CIPHER library for FoxPro 2.0 API

This is a library of encryption and decryption routines written by
Tom Rettig and Leonard Zerman, modified for the FoxPro 2.0 API by
Walt Kennamer.

CIPHER contains two functions: encrypt() and decrypt().

Usage:
encrypted_string = encrypt(desrypted_string, password)
decrypted_string = decrypt(encrypted_string, password)

Neither encrypt() not decrypt() changes the string length. For example,
if you encrypt the string "Hello, world", the encrypted string will be
12 bytes long.

Example:
password="rolltide"
? encrypt("Hello, world",password) && returns an encrypted string

foo = "The quick brown fox jumps over the lazy dog"
? encrypt(foo,password) && returns an encrypted string
coded = encrypt(foo,password) && stores an encrypted string
? decrypt(coded,password) && returns the original string


Note about memo fields:
Note that you must pass character variables or strings to these functions.
They do not work directly with memo fields, but you can store the memo
field to a variable, encrypt the variable, then replace the encrypted
variable back into the memo field.


  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : CIPHER.ZIP
Filename : CIPHER.DOC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/