In situations where a group of participants join together to split up a secret in a form of secret sharing, where the secret is devided into parts, giving each participant their own unique part. Together contributing to reconstruct the initial
Cryptography
A collection of 3 posts
Encryption and Decryption with the PyCrypto module using the AES Cipher in Python
While I'm learning a lot about encryption at the moment, I wanted to test out encryption with the PyCrypto module in Python using the Advanced Encryption Standard (AES) [https://en.wikipedia.org/wiki/Advanced_Encryption_Standard] Symmetric Block
Encryption and Decryption with Simple Crypt using Python
Today I wanted to encrypt sensitive information to not expose passwords, hostnames etc. I wanted to have a way to encrypt my strings with a master password and stumbled upon Simple Crypt. Simple Crypt Why simple-crypt? Referenced from their docs
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!