Skip to content
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

Open
Gapcoin1 opened this issue Jul 21, 2021 · 3 comments

Comments

@Gapcoin1
Copy link

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

@yarsawyer
Copy link
Member

Good idea.

I will work on it.

@Gapcoin1
Copy link
Author

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.

The Church had spurned all of the natural evidence and assembled men of different races in "a community of faith, and, if one were to believe the priests' pastorals, a Negro baptized as a Catholic was closer to a young German Catholic girl than a non-Catholic German man, even if they shared the same blood." Christianity had thus opneed the way to the racial abomination of "mixed marriages" among people of different blood. Worse still, the church defined mixed marriage as "the union between two Germans when one of them sang Lutheran hymns in his childhood and the other Marian hymns." 

@yarsawyer
Copy link
Member

After careful consideration I have decided to leave wallet encryption as is.

Symmetric encryption, or more specifically AES-256, is believed to be quantum resistant. That means that quantum
computers are not expected to be able to reduce the attack time enough to be effective if the key sizes are large enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants