Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hiding passowrd Code

3 views
Skip to first unread message

Richmond Dyes

unread,
Sep 24, 2004, 8:13:55 AM9/24/04
to corel.wpoffice.paradox-opal

How do you hide password code so it can't be viewed in an editor? I saw
something about using char mentioned. Can anyone expand on this for me?


Bertil Isberg

unread,
Sep 24, 2004, 9:15:54 AM9/24/04
to corel.wpoffice.paradox-opal

Richmond
var
stPassword string
endvar
stPassword=chr(97)+chr(98)+chr(99) ; lower a b c
stPassword.view()

; upper A = 65
; digit 0 = 48
--
Bertil Isberg
CTECH
FAQ newsgroup: corel.wpoffice.paradox-faq
Paradox Buglist: http://w1.826.comhem.se/~u82608896/

remove spamfilter (reversed) to reply


Rodney Wise

unread,
Sep 24, 2004, 2:05:17 PM9/24/04
to corel.wpoffice.paradox-opal

You can also save it in plain view in an INI file in an encrypted form.

When you write it or read it, you would first pass it through your home made
or store bought encryption function.

Your password request might be looking for something like:
MyName34

But it would be saved in plain view as something like:
rr8J23kkll2

Still safe and secure.

:)


--
....
`·.¸¸.·´¯`·.¸¸.·´¯`·-> rodney

Richmond Dyes

unread,
Oct 6, 2004, 8:10:03 AM10/6/04
to corel.wpoffice.paradox-opal

Thank you for the suggestion.

Richmond Dyes

unread,
Oct 6, 2004, 8:09:51 AM10/6/04
to corel.wpoffice.paradox-opal

Thank you for the suggestion.
0 new messages