two-factor icon indicating copy to clipboard operation
two-factor copied to clipboard

Add support for encrypting TOTP secrets

Open jeffpaul opened this issue 3 years ago • 5 comments

Add support for encrypting TOTP secrets (if a constant is defined).

More details to be shared.

jeffpaul avatar Sep 09 '22 15:09 jeffpaul

@jeffpaul Ping me here or in PR's.

Whats the minimum version for this project?

calvinalkan avatar Sep 12 '22 19:09 calvinalkan

Strongly vote for https://github.com/defuse/php-encryption/blob/master/composer.json

Supports the minimum PHP version required here.

calvinalkan avatar Sep 12 '22 19:09 calvinalkan

Or libsodium which is in php7.2 core and WP core includes sodium_compat.

https://paragonie.com/book/pecl-libsodium/read/04-secretkey-crypto.md

calvinalkan avatar Sep 12 '22 19:09 calvinalkan

@calvinalkan not sure what minimum version you're referencing but this plugin requires WordPress 4.3 and PHP 5.6. If those are not what you were referencing, please restate so someone can chime in and help... thanks!

jeffpaul avatar Sep 20 '22 02:09 jeffpaul

@calvinalkan not sure what minimum version you're referencing but this plugin requires WordPress 4.3 and PHP 5.6. If those are not what you were referencing, please restate so someone can chime in and help... thanks!

Yes im refering to the PHP Version.

Defuse/encryption supports PHP5.6

calvinalkan avatar Sep 20 '22 09:09 calvinalkan