ByTekLab
  • 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't, you
Hector Perez 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
Hector Perez 10 Mar 2022

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
Hector Perez 19 Feb 2018
ByTekLab © 2025. Powered by Ghost