Skip to content

wolly66/wolcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages