-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for encrypting TOTP secrets #455
Comments
@jeffpaul Ping me here or in PR's. Whats the minimum version for this project? |
Strongly vote for https://github.com/defuse/php-encryption/blob/master/composer.json Supports the minimum PHP version required here. |
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 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 |
Add support for encrypting TOTP secrets (if a constant is defined).
More details to be shared.
The text was updated successfully, but these errors were encountered: