-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Whole Wallet Encryption to 1024 Bit Falcon Keys from the Obsolete AES 256 Bit Wallet Encryption #11
Comments
Good idea. I will work on it. |
it's good because I am not a computer code writer......I am waiting for github autopilot I signed up to the waitlist for AI assisted coding! Give me a donation address it you need to hire some help and I will send some coins I really want to see it get developed! Thanks https://soatok.blog/2020/05/13/why-aes-gcm-sucks/ GHASH Brittleness The way AES-GCM is initialized is stupid: You encrypt an all-zero block with your AES key (in ECB mode) and store it in a variable called H. This value is used for authenticating all messages authenticated under that AES key, rather than for a given (key, nonce) pair. Let’s contrast AES-GCM with the other AEAD mode supported by TLS: ChaCha20-Poly1305, or ChaPoly for short. ChaPoly uses one-time message authentication keys (derived from each key/nonce pair). If you manage to leak a Poly1305 key, the impact is limited to the messages encrypted under that (ChaCha20 key, nonce) pair. While that’s still bad, it isn’t “decrypt all messages under that key forever” bad like with AES-GCM. Note: “Message Authentication” here is symmetric, which only provides a property called message integrity, not sender authenticity. For the latter, you need asymmetric cryptography (wherein the ability to verify a message doesn’t imply the capability to generate a new signature), which is totally disparate from symmetric algorithms like AES or GHASH. You probably don’t need to care about this nuance right now, but it’s good to know in case you’re quizzed on it later. I've told people repeatedly not to get attached to people in the spotlight. Most all are in the spotlight to be exposed somewhere down the road. They way I see it, I will shake the hands of those who are left standing in the end. Me??? I question everything and everyone some how or another. ACCORDING TO SWAMPIE'S JABBING IS THE ONLY CURE for believing in God or paranormal happenings or seeing unidentifiable objects flying in the sky's, etc., are all acts of thoughts based in terrorism and mental illness. flynn is jewish, not Christian. He's just like Crowder, all of them are tied with pedophilia whether jewish, freemason or nambla its just degeneracy. I never said that Teutoburg was the only thing that prevented the Romanization of Germany. But it was by far the largest reason for it, and also cemented the idea of the Germanic tribes in the area of Germany belonging together. It was the essential prerequisite for Germany as we know it. The Law of Blood: Thinking and Acting as a Nazi It presents a viewpoint on the Christianity vs. Paganism thing going on in Germany. Had the Germans won the war, it seems that a pan-Germanic paganism was the direction things were going, and many of the Germans saw Christianity as a Jewish scam run on the goyim. In an SS magazine article from 1939, an argument is made that Christianity leads to race mixing.
|
After careful consideration I have decided to leave wallet encryption as is.
|
If Quantum can break ECC Keys, than hackers can also steal coins without breaking Falcon Private keys if they can break the Wallet Encryption to send Coins..........
Upgrading Wallet Encryption closes this loophole against Malware Breaking loose wallets that have been scooped up into databases from MetaData.........
1024 Bit Falcon should be good encryption for Whole Wallet Encryption...........and used Everytime to Send TIDECOINS
The text was updated successfully, but these errors were encountered: