aisha javedcyberurdu.hashnode.dev·Jun 24, 2024What is Cryptography - Symmetric & AsymmetricDecrypting the world of digital security Discover the wonderful world of cryptography, where hidden codes and secure conversations are king. Learn how to protect against cyber attacks. ڈیجیٹل سیکیورٹی کی دنیا کو ڈکرپٹ کرنا خفیہ نگاری کی حیرت انگیز دن...Cryptography - Symmetric & Asymmetric
Sai Keerthan Kasulakeerthankasula.hashnode.dev·Apr 11, 2024Part 1 : Cryptography and it's types, Explained!Have you ever wondered how data is securely transferred from one entity to another and what developers actually do to ensure that the transmitted data is secure? How cryptography is involved in dealing with application or information security? Well, ...42 readssecure communication
J P Mehtajpmehta.hashnode.dev·Apr 3, 2023Understanding Different Types of Encryption AlgorithmsThe advancement of information security has led to the development of numerous methods for preventing valuable information from being decrypted by attackers. Every company works with the transmission of information from a certain point to another. As...1 like·27 readssymmetric-encryption
Joshua Akosadevwithjosh.com·Mar 8, 2023Cryptography in C# — Asymmetric and Symmetric EncryptionIntroduction Cryptography has always been seen as a complex and intricate concept. While this is true in terms of the actual algorithms entailed, in most modern languages, C# inclusive we have a convenient and relatively stress-free method of impleme...12 likes·2.1K readsCryptography
Sanchit Khuranageniuslearner.hashnode.dev·Feb 7, 2023Understanding Symmetric and Asymmetric Keys: A Comprehensive GuideIntroduction: In the world of cryptography, two types of keys are commonly used to protect sensitive data- symmetric and asymmetric keys. These keys play a critical role in securing digital information and are widely used in various applications like...46 readssymmetric-encryption
gorgingorgin.hashnode.dev·Feb 2, 2023Symmetric File encryption in node js (AES-192)how everybody. today I'm gonna show you how to encrypt a file using a symmetric encryption algorithm such as AES in node js. https://youtu.be/fSNc4-Mz0GQ first of all, we need to import the fs module to make us able to work with files: const fs = r...100 readsNode.js
Jared Atandijaredatandi.hashnode.dev·Oct 4, 2022RSA FactoringRSA is the most widely used public-key cryptography algorithm in the world. It is also one of the most secure, with only a few known attacks that can be used to break it. but this is by design and not by accident. One of the most interesting things a...82 likes·7.9K readsRSA
Senthil Nayagansenthilnayagan.hashnode.dev·Jul 22, 2022Envelope EncryptionWhat is envelope encryption? When we encrypt our data using an encryption key, it is protected, but we also need to protect that encryption key. Envelope encryption is the method of first encrypting plaintext data using a data key and then encrypting...37 readsenvelope encryption