📄 readme.txt
字号:
One day I faced with the problem that I need to develop the password protection
for the customers that registers on the web-site www.HotDeli.com and no one even
with physical contact with the database/server could not see them. I made a lot of
research, visited a lot of sites, which supposed to have this kind of information,
and couldn抰 find anything.
So I developed a UNIX/Linux kind of password encryption. This algorithm allows
you to encrypt the password based on current date and time. The encrypted password
which returns is unique and cannot be decrypted, the only way is to match the passwords
is the bit map of the encrypted password and the password given by the user. After your
program matched the passwords, you may encrypt it again so encrypted password will never
look the same twice again, which makes it impossible to hackers/crackers or programmers keep
track of password changes.
The password must be from 4 to 16 letters, can contain from 慳
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -