EncDec Library


Version: 1.0
Size:
223KB
Requirements:
No special requirements
Seller:
Priyatna Codes
Price:
Free
System:
Windows XP/2000/98
Rating:
4.5
License:
Freeware

Description - EncDec Library



EncDec is a free Delphi unit to encode and decode String. It doesn`t uses any sophisticated industry standard encryption method, it simply mimics Base64 encoding with a configurable key. This unit is useful when you want to obscure a text and store it also as a string. I use this unit to store a string encoded in an INI file. * function EncodeString(const Str: string): string; Encodes a string defined by Str. The result is also a string type. * function EncodeString(const Str: string): string; Decodes an encoded string defined by Str. * var EncDecKey: string; Is a global variable that is used by EncodeString and DecodeString functions. It must be 65 characters in length, no duplicate Chars, uppercases and lowercases are allowed.

EncDec Library String String String Defined


More in Components & Libraries-EncDec Library

Encodestring Const String String