Page 1 of 1

Unique Password

Posted: Fri Jul 02, 2021 5:31 am
by AZJIO
Unique Password

Download: yandex upload.ee

Screenshot on Linux
Image

More details in ReadMe.txt (RU+translate.google). The program generates a unique password based on the domain and key phrase, which allows you to get a password from the program. It is not required to store the password database, carry it on a flash drive, since the ability to access the password is due to the availability of access to the Internet, download the program and get the password.

Re: Unique Password

Posted: Fri Jul 02, 2021 5:42 am
by Keya
AZJIO wrote: Fri Jul 02, 2021 5:31 am It is not required to store the password database, carry it on a flash drive, since the ability to access the password is due to the availability of access to the Internet.
So it requires internet access just to get the generated password?
I've got three different alarm bells going off...

Re: Unique Password

Posted: Fri Jul 02, 2021 5:45 am
by AZJIO
Keya wrote: Fri Jul 02, 2021 5:42 amSo it requires internet access to get the generated password?
Availability of the program

Re: Unique Password

Posted: Fri Jul 02, 2021 7:43 am
by Kwai chang caine
Great code, with ASM :shock:
Apparently works here in W10 in first test :wink:
Thanks for sharing 8)

Re: Unique Password

Posted: Fri Jul 02, 2021 8:42 am
by AZJIO
Kwai chang caine wrote: Fri Jul 02, 2021 7:43 am Great code, with ASM :shock:
; wilbert
; viewtopic.php?p=458493#p458493
; BigInt module by Wilbert (SSE2 required)
I don't understand ASM

Re: Unique Password

Posted: Fri Jul 02, 2021 11:23 am
by Kwai chang caine
AZJIO wrote:I don't understand ASM
Me too, it will have been a regret all my life :oops:
WILBERT is one of the "mASMters" of this language, and i'm proud he help me a lot several days 8)
In all case, thanks to you :wink:

Re: Unique Password

Posted: Fri Jul 02, 2021 12:43 pm
by AZJIO
I would like to make compatibility with my old program, but there the AES parameters do not require the length of the password. I have not figured it out yet.

Update
Settings in the ini

Re: Unique Password

Posted: Sun Jul 04, 2021 8:55 am
by AZJIO
Added password hiding

Re: Unique Password

Posted: Mon Jul 05, 2021 8:04 pm
by Caronte3D
Very good idea! :wink:

Re: Unique Password

Posted: Fri Jun 17, 2022 6:42 am
by AZJIO
Update
Added "Insert" button
Fixed a calculation that could lead to different results.
Added suggestion to save domain to ini file

Update+
Added support for language translation file
Extracting a domain from a link using string functions, so as not to add a 150-200kb regular expression engine for this
Changed the format of the ini-file for domains, made a list for better readability, since there can be half a hundred of them.