Paravada Naveen tejaSecure Data Handling with AES Encryption and Decryption in Node.js v22In today’s world, ensuring the security of sensitive data is paramount. One popular method for achieving this is through is encryption, a…May 14
Mirza Mohammed BaigDay 8 of 100 Days of Python Code: Mastering Caesar’s Cipher and Functions with Inputs 🛡️🔢Welcome to Day 8️⃣ of the 100 Days of Code Challenge. Today, we focused on the Caesar Cipher, an ancient encryption technique used for…Jun 29
Sahil LotyaEncrypting the credentials and reusing the ciphered text to decrypt in pythonMany of you have face this problem of storing some sensitive data in the code in plain text, let us say login credential of any account.Jan 9Jan 9
Ayyappan SubramanianFoundation of Cryptography Part 2: Classical CiphersWelcome back to another article of the series “Foundation of Cryptography”. The previous article of this series discussed about…Dec 5, 2023Dec 5, 2023
Paravada Naveen tejaSecure Data Handling with AES Encryption and Decryption in Node.js v22In today’s world, ensuring the security of sensitive data is paramount. One popular method for achieving this is through is encryption, a…May 14
Mirza Mohammed BaigDay 8 of 100 Days of Python Code: Mastering Caesar’s Cipher and Functions with Inputs 🛡️🔢Welcome to Day 8️⃣ of the 100 Days of Code Challenge. Today, we focused on the Caesar Cipher, an ancient encryption technique used for…Jun 29
Sahil LotyaEncrypting the credentials and reusing the ciphered text to decrypt in pythonMany of you have face this problem of storing some sensitive data in the code in plain text, let us say login credential of any account.Jan 9
Ayyappan SubramanianFoundation of Cryptography Part 2: Classical CiphersWelcome back to another article of the series “Foundation of Cryptography”. The previous article of this series discussed about…Dec 5, 2023
ChainmavenHow The Caesar Cipher And Vigenère Cipher Chapped Our Crypto World.Explaining some must known terms (key, cipher, encrypt, decrypt) :Dec 10, 2022
Franklin Nkokam NgongangDeciphering Secrets: Decoding the Elegance and Resilience of the Vigenère Cipher.Enciphering and deciphering has evolved over the years. The Vigenere cipher took the Caesar cipher to a different level. The Caesar cipher…Aug 15, 2023
NitinBInsecure implementation of CryptoJS encryption (Part I)Hello security folks, in this article we will find out insecure implementation of CryptoJS. CryptoJS is collection of cryptographic…Jul 7, 2021