Unique Password

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Unique Password

Post 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.
Last edited by AZJIO on Sat Jun 18, 2022 5:12 pm, edited 5 times in total.
User avatar
Keya
Addict
Addict
Posts: 1891
Joined: Thu Jun 04, 2015 7:10 am

Re: Unique Password

Post 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...
Last edited by Keya on Fri Jul 02, 2021 5:48 am, edited 1 time in total.
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Re: Unique Password

Post by AZJIO »

Keya wrote: Fri Jul 02, 2021 5:42 amSo it requires internet access to get the generated password?
Availability of the program
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5353
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Unique Password

Post by Kwai chang caine »

Great code, with ASM :shock:
Apparently works here in W10 in first test :wink:
Thanks for sharing 8)
ImageThe happiness is a road...
Not a destination
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Re: Unique Password

Post 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
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5353
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: Unique Password

Post 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:
ImageThe happiness is a road...
Not a destination
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Re: Unique Password

Post 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
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Re: Unique Password

Post by AZJIO »

Added password hiding
User avatar
Caronte3D
Addict
Addict
Posts: 1052
Joined: Fri Jan 22, 2016 5:33 pm
Location: Some Universe

Re: Unique Password

Post by Caronte3D »

Very good idea! :wink:
AZJIO
Addict
Addict
Posts: 1360
Joined: Sun May 14, 2017 1:48 am

Re: Unique Password

Post 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.
Post Reply