by axew3 » Tue Mar 24, 2026 11:41 am
As finished with the new coming wp-w3mypgp plugin, that fascinated me along a deep dive into cryptography on how it work and implementing this
https://www.axew3.com/www/deApps/w3mypgp/w3mypgp.html
into an automated way so to send secrets messages along the network using wordpress as emails dispatcher and encrypted data management
wp-w3mypgp enables registered users to generate local RSA keys. Public keys are stored across the WordPress network, allowing users to securely encrypt files for specific recipients. Once a file is encrypted using one or more (or no one for personal encryption) recipient’s Public Keys, the system sends an automated email with a secure link. To access the data, the recipient must provide their corresponding Private Key to perform client-side decryption, ensuring the server never sees the raw data.
Built on the principles of digital sovereignty and the GPLv3 license, wp-w3mypgp is—and will always be—free. We believe that privacy tools should be accessible to everyone, not just those who can pay for them.
it is coming very soon, wp-w3mypgp:
https://www.w3it.org/mypgp/
https://www.w3it.org/mypgp/w3mypgp/
Said that!
wp_w3all on the new version will not only remove the external library to resize the iframe that embed phpBB into wordpress, but also will remove the part that require to set up the page name where the shortcode is added, and all the redundant code about this part.
I just discovered the native wordpress way to do this is now perfectly working, or i was wrong on implementing it (?? do not remember) and the old code can be of course removed!
Many cleanups at any level will be applied.
As finished with the new coming wp-w3mypgp plugin, that fascinated me along a deep dive into cryptography on how it work and implementing this https://www.axew3.com/www/deApps/w3mypgp/w3mypgp.html
into an automated way so to send secrets messages along the network using wordpress as emails dispatcher and encrypted data management
[quote]wp-w3mypgp enables registered users to generate local RSA keys. Public keys are stored across the WordPress network, allowing users to securely encrypt files for specific recipients. Once a file is encrypted using one or more (or no one for personal encryption) recipient’s Public Keys, the system sends an automated email with a secure link. To access the data, the recipient must provide their corresponding Private Key to perform client-side decryption, ensuring the server never sees the raw data.
Built on the principles of digital sovereignty and the GPLv3 license, wp-w3mypgp is—and will always be—free. We believe that privacy tools should be accessible to everyone, not just those who can pay for them.[/quote]
it is coming very soon, wp-w3mypgp:
https://www.w3it.org/mypgp/
https://www.w3it.org/mypgp/w3mypgp/
[size=150]Said that! [/size]
wp_w3all on the new version will not only remove the external library to resize the iframe that embed phpBB into wordpress, but also will remove the part that require to set up the page name where the shortcode is added, and all the redundant code about this part.
I just discovered the native wordpress way to do this is now perfectly working, or i was wrong on implementing it (?? do not remember) and the old code can be of course removed!
Many cleanups at any level will be applied.