HillTJ
To train a dog, first know more than the dog..
- Local time
- Yesterday, 18:42
- Joined
- Apr 1, 2019
- Messages
- 731
All, I'm toying with a user 'Registration' form. I take the users email address and concatenate the hard drive serial to it, then run an RC5 cypher to come up with a "Password". All that works fine. Upon registration, my idea is that the user sends a system generated email that, of course includes their email & the HDD serial. I then run the cypher & return them a 'key'. The problem is that when I 'copy' the key to the 'RegisteredPWD' then the pasted string is missing the last few characters. Even if I do a straight copy/paste I cannot copy all the string. Yet if I run a quick update query to copy from 'PWD' to 'RegisteredPWD' then the copy/paste works and copies the complete string. I've included a screenshot of the dilemma. All seems to work if i use a shorter string to encrypt, say email address only, but I like the idea of tying the app to the user & PC.
Appreciate any insight.
Appreciate any insight.