How to encrypt and decrypt files with public and private keys
Published:
The aim of this post is to show case who to do encryption and decryption using a paire of private and public RSA keys (asymmetric cryptography).
Published:
The aim of this post is to show case who to do encryption and decryption using a paire of private and public RSA keys (asymmetric cryptography).
Published:
To add vertical line to Visual Code on Mac (it should work the same way on Linux/ Windows), go to Code > Preferences > Settings and find editor.rulers
then add 80
or any values that you want VS Code to display a vertical line.
Published:
Published:
I will start my first post by describing a program that I wrote in C which implements a websocket server. The program accepts a websocket connection from client by sending a websocket acceptation key.