Playing with Encryption
September 19, 2025•1,106 words
The actual data to be transferred may not be strictly private, and one certainly had no issue letting others see it, but sometimes, one just want to had fun experimenting with something, useful or not. This time, we'll treat as if our data is so precious we can't afford leaking it. Let's see what can we do with it.
The first thing we need to ensure is the communication between the frontend and the backend. We already had an existing solution for that, using asymmetric public-private key (PGP)....
Read post