> Command_Prompt_Blog \
  • Home
  • Acronyms
  • Cheat-Sheets
  • User Manuals

Security

AES Encryption Decryption Tool in .NET 8 (Console App)

AES Encryption Decryption Tool in .NET 8 (Console App)

Here is the code! copy it and paste it inside a file (say AESFileEncryptDecrypt.csx) and then run it with dotnet-script AESFileEncryptDecrypt.csx. I am assuming that you already have dotnet-script tool installed globally in your computer as well as .NET 8 SDK. In case you don'
Hec P. 24 Feb 2025

Authorize a user to authenticate with SSH key

NOTE: I am assuming that sshd is already up and running on your Skynet server. If not, run systemctl status sshd, if down you can run systemctl start sshd and systemctl enable sshd to start the service and allow it to run at system startup. For the purposes of this
Hec P. 10 Mar 2022

How to generate X.509v3 self-signed certificate in PEM format with Node.JS

I thought this would be way harder, but thanks to the node-forge library and their perfect documentation, this was a breeze! After some experimentation I have modified their example code to have the very basic way to generate a X.509v3 self-signed certificate in PEM format. // import libraries
Hec P. 01 Nov 2020

How to create a strong password?

There are a few things you can do to create a strong password that will protect your account from being compromised. 1. Use lower case, upper case, numbers, and symbols (check list of valid symbols, this could vary depending on the website / system) 2. Use at least 12 chars to
Hec P. 19 Feb 2018
> Command_Prompt_Blog \ © 2026. Powered by Ghost