Pretty Good ID - Password replacement

Any other tech-related topics
Message
Author
User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: Password replacement

#31 Post by tproli »

Thanks, I htink I got the full picture now. Perhaps I was on the wrong track of the topic title saying "Password replacement" but eventually this is not the case.

User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Password replacement

#32 Post by Midas »

Well done! Although it flies way over my head technically, I find the whole PgID very exciting. Here's hoping it catches on. 8)

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: Password replacement

#33 Post by Andrew Lee »

All source code now committed to GitHub:

https://github.com/andrew-tpfc/pgid

I am pretty new to GitHub, but feel this might be a good opportunity to learn something about it.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: Password replacement

#34 Post by guinness »

If you're new to the world of version control then it might be a little difficult at first. If not, then you will see the benefits git has over subversion.

Note: Though I use subversion for personal work.

romulous
Posts: 76
Joined: Fri Feb 25, 2011 5:51 pm

Re: Password replacement

#35 Post by romulous »

Though it isn't really designed for website logons, I read this and thought that there were some similarities between it and PGID:
http://www.wired.com/2014/07/minilock-s ... ncryption/

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: Password replacement

#36 Post by Andrew Lee »

@romulous: I have also read about it. The public key of only 44 characters using elliptic curve cryptography is really cool. But it is only practical for PGID use if libraries are widely available on both the client and server side.

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: Password replacement

#37 Post by Andrew Lee »

I have updated the Chrome plugin. Now the generated IDs are stored in local storage, and can be encrypted using a password (using AES).

Download: http://pgid.portablefreeware.com/downlo ... e_v0.2.zip

If you find any bugs, do let me know.

User avatar
joby_toss
Posts: 2971
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: Password replacement

#38 Post by joby_toss »

Help!

Image

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: Password replacement

#39 Post by Andrew Lee »

My apologies. Fixed. It was due to accidentally using an uppercase 'V" in the filename. :(

User avatar
joby_toss
Posts: 2971
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: Password replacement

#40 Post by joby_toss »

Something is wrong:

Image

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: Password replacement

#41 Post by Andrew Lee »

I have created a new home for PGID!

http://www.pgid.org/

Demo site:

http://demo.pgid.org/

Latest Chrome extension:

http://www.pgid.org/downloads/pgid_chrome_v0.2.1.zip

User avatar
joby_toss
Posts: 2971
Joined: Sat Feb 09, 2008 9:57 am
Location: Romania
Contact:

Re: Password replacement

#42 Post by joby_toss »

Everything works fine now.

User avatar
Andrew Lee
Posts: 3063
Joined: Sat Feb 04, 2006 9:19 am
Contact:

Re: Password replacement

#43 Post by Andrew Lee »

@joby_toss: You are not imagining things! :D There is really an issue when the vault is initially empty, and this problem seems to appear only on Chromium. Anyway, I have fixed this and uploaded v0.2.1. Have reminded myself that I need to test on both Chrome and Chromium before releasing.

Also updated the extension version in the manifest, another thing added to my list of todo before release.

Thanks for testing!

User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Password replacement

#44 Post by Midas »

Any chance PGID will support Firefox? :oops:

User avatar
tproli
Posts: 1172
Joined: Sat Sep 09, 2006 10:14 am
Location: Hungary
Contact:

Re: Password replacement

#45 Post by tproli »

That smiley seems so Pale :)

Post Reply