Is this public key encryption?

  • Thread starter Thread starter DaveC426913
  • Start date Start date
DaveC426913
Gold Member
Messages
23,862
Reaction score
7,903
TL;DR Summary
I mean, sure, it only uses a key that has 365 combinations...
I've tried to intuit public key encryption but never quite managed.
But this seems to wrap it up in a bow.

1758918719818.webp


This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher.

Is this how PKE works?

No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
 
Technology news on Phys.org
No, that's something like a one-time pad. There's a single secret that can be used for encryption and decryption.

The thing about public key encryption is that I can share the encryption key with you and you still can't decrypt a message. Or (more precisely) you need a very large computer and a lot of time to deduce the decryption key from the encryption key. Here, anybody who knows the birthdate (which is the secret key) can both encrypt and decrypt.

It's clever, though.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
hi; i purchased 3 of these, AZDelivery 3 x AZ-MEGA2560-Board Bundle with Prototype Shield and each is reporting the error message below. I have triple checked every aspect of the set up and all seems in order, cable devices port, board reburn bootloader et al . I have substituted an arduino uno and it works fine; could you help please Thanks Martyn 'avrdude: ser_open(): can't set com-state for "\\.\COM3"avrdude: ser_drain(): read error: The handle is invalid.avrdude: ser_send(): write...

Similar threads

Back
Top