See how to use the w3 my Pretty Good Privacy
here: https://www.axew3.com/w3/2025/11/super- ... -messages/
The use of this file allow to encrypt text (or password protect files using AES-GCM) to be shared or stored using the RSA-OAEP SHA-256 4096-bit
the most secure encryption method. There is no way to open and read file messages without owning decryption keys.
Even with a properly sized quantum computer, the big O for Shor's is O(N3) and would take 45 years to crack one key.
(3.0 - add AES-GCM screen to password protect files)
(2.0 - fix date filename and clean up unwanted lines of code)
The one way to store or share secret messages using RSA-OAEP SHA-256 4096-bit
- axew3
- w3all User

- Posts: 3027
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
- axew3
- w3all User

- Posts: 3027
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: The one way to store or share secret messages using RSA-OAEP SHA-256 4096-bit
Version 3 that add the feature to encrypt with password any file using Encryption and Decryption AES-GCM (included the secret keys file that so can be password protected into our filesystem or somewhere else) is coming very soon. Stay tuned! It will be very cool.
Version 3 has been released.
Version 3 has been released.
- axew3
- w3all User

- Posts: 3027
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: The one way to store or share secret messages using RSA-OAEP SHA-256 4096-bit
Versions 1,2,3 contains several bugs not about security, but about some input check and code execution. A great cleanup and improvement is coming with version 4 which will add:
- throttle so to crypt/encrypt big files (actually it depend by the pc power) in any device.
- RSA-OAEP 4096bit for big files
- redundant code cleanup, global scope vars and functions fixes all around.
- throttle so to crypt/encrypt big files (actually it depend by the pc power) in any device.
- RSA-OAEP 4096bit for big files
- redundant code cleanup, global scope vars and functions fixes all around.