Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Encryption security using Owner () atribute 1998-09-15 -- Jim DeFabia The encryption method used is proprietary.
It is less secure than DES, but is relatively secure against a text attack
(a hacker's first line of attack). For most realistic purposes, it is
sufficient. I guess I would not want to see it used for government secrets,
but I wouldn't be concerned about credit card numbers.
The length of the encryption key is up to you. The Owner Name (OWNER
attribute) is the encryption key. IOW, the longer the OWNER you provide, the
greater the encryption. I like to use long ones and I always include some
non-alphanumeric characters. I also use a variable and provide a value to
that variable in code. This prevents snooping with a Hex Editor (into the
exe) to find the key.
Today is November 21, 2024, 7:44 am This article has been viewed 35192 times.
|
|