The one way to store or share secret messages using RSA-OAEP SHA-256 4096-bit

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

The one way to store or share secret messages using RSA-OAEP SHA-256 4096-bit

Post by axew3 »

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.

w3mypgp_3.0.zip
(13.37 KiB) Downloaded 11 times
(3.0 - add AES-GCM screen to password protect files)

w3mypgp_2.0.zip
(7.61 KiB) Downloaded 421 times
(2.0 - fix date filename and clean up unwanted lines of code)

w3mypgp.zip
(7.55 KiB) Downloaded 313 times
User avatar
axew3
w3all User
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

Post by axew3 »

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.
User avatar
axew3
w3all User
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

Post by axew3 »

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.
Post Reply