Robbert Langezaal

Results 50 comments of Robbert Langezaal

Generate a key on install, and salt the passwords before encrypting. Decrypt the values from env/db when required. https://github.com/tasos-py/AES-Encryption-Classes/blob/master/aes_encryption.py

I think the key has to be at another point than the database at least. But yes, you are right-- for example Wordpress handles it the exact same way.

Just to add to this discussion. I have tried both the License Manager for WooCommerce and Digital License Manager. Licence Manager for Woocommerce had a lot of flaws and odd...

This is how wordpress handles the hashing and salting. I think we can use the same way? ``` $string_to_hash = 'your_string_here'; $salt = wp_salt(); $salted_string = $salt . $string_to_hash; $hashed_string...

Updated the sample for regular hashing and salting strings, instead of passwords.

Still waiting... wow

Just to add to this, I have Zmodem 8K, Ymodem-G and Sexyz Zmodem on my board. The downloads work fine with NetRunner, SyncTerm and fTelnet (Ymodem-G). However one user reported...

I should have looked at the current issues before I went fixing the old source. Thanks for your continued support of fTelnet ;)!

I'd make a donation for this functionality. Fingers crossed!

Yes, the update now is available in the action bar commands.