PHP Classes

Updated

Recommend this page to a friend!

      PHP Ghost Crypt  >  All threads  >  Updated  >  (Un) Subscribe thread alerts  
Subject:Updated
Summary:I made some changes
Messages:3
Author:Dave Smith
Date:2015-11-11 06:54:43
 

  1. Updated   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2015-11-11 06:54:43
I made a couple changes to the class...

I removed the public key line from the encrypted file and moved it into the code section. It was a bit redundant to read it from the encrypted line, only to use in the code. With this change, the encrypted part of the file now only contains the encryption.

I added the logic to return the proper decoding code based on whether the GhostHash is being used or not.

If you would like to see what I have done, just shoot me an e-mail to dave at wagontrader dot com.

Dave

  2. Re: Updated   Reply   Report abuse  
Picture of Nick Daniels Nick Daniels - 2015-11-12 14:01:05 - In reply to message 1 from Dave Smith
I've sent an Email to you now, :)

-Nick

  3. Re: Updated   Reply   Report abuse  
Picture of Dave Smith Dave Smith - 2015-11-12 14:57:03 - In reply to message 2 from Nick Daniels
Updates sent.

One other thing I forgot to mention was that I stopped the double hash when ghostHash is used.

Feel free to adopt, change or reject the changes at your discretion and I do not need any credit for them.

Dave