wolly66 / wolcrypt

A plugin to add crypto functionality to WordPress using libsodium as it's included in WP since 5.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wolcrypt

A plugin to add crypto functionality to WordPress using libsodium as it's included in WP since 5.2

This is a proof of concept, please do NOT use in production

To encrypt string use wcr_enc( $string ). wcr_enc function return the string encrypted

To decrypt encrypted string, use wcr_dec( $ciphertext ). wcr_dec( $ciphertext ) retrun $ciphertext decrypted

About

A plugin to add crypto functionality to WordPress using libsodium as it's included in WP since 5.2

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%