sorted by: new top controversial old
[-] SandboxScience@feddit.de 2 points 10 months ago

Also no expert about the math behind it but this is how I learned asymmetric encryption with public and private key on a very high level of abstraction:

To encrypt a message you basically take the unencrypted message to the power of the private key (lets call that d) and divide it by the result of a multiplication of two large prime numbers (lets call that N). Now you take the rest of that division, so basically modulo if you are familiar with that.

To decrypt, you take the encrypted message to the power of the public key (e) and divide it by N. The rest of that operation is again the unencrypted message.

So the private and public key are the pairs (d, N) and (e, N) respectively. The great thing about this is that you can post the public key publicly without care and only you, in possession of the private key, can decrypt messages encrypted with your public key. So its easy to verify if you got the key but hard to brute force due to modulo being a one way function. However, this basic RSA approach as described here is not used on its own anymore but rather in combination with other techniques to prevent guessing on very short messages or keys.

[-] SandboxScience@feddit.de 2 points 1 year ago

Lol. Minerals?

[-] SandboxScience@feddit.de 6 points 1 year ago

There definitely are bugs. But to be fair, for every phone I ever owned the forum looked the same: so many people complaining about so many different problems/bugs/hardware issues that you question why you even bought the phone in the first place. Most often the average user is perfectly fine but would never open up a forum post to announce this.

[-] SandboxScience@feddit.de 10 points 1 year ago

Someone decided to develop a fork. Posting from it right now. You can download it here

[-] SandboxScience@feddit.de 3 points 1 year ago

Fascinating that this works / doesn't work just as on reddit ¯\_(ツ)_/¯

SandboxScience

joined 1 year ago