Scramble password a little bit

From: count (no_at_spam.please)
Date: 07/09/04


Date: Sat, 10 Jul 2004 01:54:05 +0200

Hi,
I will have to store permitted usernames and passwords in a file - for
validation routine in VBA.
I think that users might discover that file so I plan to scramble passwords
a little bit.
I was thinking of:
1. store passwords in numeric form, converting each char to 3-digit number
(ASCII multiplied by 13?... 17? subtract 29 on odd positions?)
2. introducing a few dummy chars - so I can detect manipulation e.g. when
they clear pass field completely

Has anyone got better=simpler idea, possibly with a code that does it?
Help greatly appreciated because the project is late <g>
Regards,
Paul



Relevant Pages

  • Re: Problems w/ Debian firewall and Windows VPN
    ... When I installed it, my mother started ... >If anyone could help me discover what the problem is, ... and be aware that the captures may contain passwords if you captured ...
    (Debian-User)
  • Re: password cracking: one char at a time.
    ... > I was wondering if is at all possible to discover a password one ... > char at a time. ... That's not possible for hashed passwords. ... The hash functions are built in a way that similar strings are transformed ...
    (Security-Basics)