(12-06-2015 - 11:28 PM)Nova Wrote: I'll try it out soon.
Alright but I've created this in VB.NET, and Its PHP & MYSQL combined. So everything is secure.
Free Image Hosting: IMAGE YOGA (IMGYOGA)
My Anime List(Last Updated: 2 Years Ago): ANL
(12-06-2015 - 11:28 PM)Nova Wrote: I'll try it out soon.
(12-06-2015 - 02:10 PM)Murdock Wrote: I can setup a server that uses I2P to fully encrypt everything. No logs will be stored on the server only on your local machine as tmp files. My own team uses it, let me know if interested.
Quote:"You cant fix stupid."
(12-07-2015 - 03:15 AM)HostedLobby Wrote: How do i sign up on this or do i just use my df login?
(12-06-2015 - 11:18 PM)Verity Wrote:(12-06-2015 - 10:31 PM)Nova Wrote: This looks cool, but it logs your password on a program which is annoying.
As you see the passwords are just scrambled words and letters. So in no way will I get anyones password.
(12-07-2015 - 08:11 PM)Murdock Wrote:(12-06-2015 - 11:18 PM)Verity Wrote:(12-06-2015 - 10:31 PM)Nova Wrote: This looks cool, but it logs your password on a program which is annoying.
As you see the passwords are just scrambled words and letters. So in no way will I get anyones password.
It's a bit late now, but you would be alot more secure if you used a high gpu cost hashing algorithm like Bcrypt with extra rounds rather than using compression and ciphers.
(12-07-2015 - 08:13 PM)Nova Wrote:(12-07-2015 - 08:11 PM)Murdock Wrote:(12-06-2015 - 11:18 PM)Verity Wrote:(12-06-2015 - 10:31 PM)Nova Wrote: This looks cool, but it logs your password on a program which is annoying.
As you see the passwords are just scrambled words and letters. So in no way will I get anyones password.
It's a bit late now, but you would be alot more secure if you used a high gpu cost hashing algorithm like Bcrypt with extra rounds rather than using compression and ciphers.
Maybe he doesn't know how to do that and just created it with the knowledge he has.