Ggorginingorgin.hashnode.dev·Feb 2, 2023 · 2 min readSymmetric 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...00
Ggorginingorgin.hashnode.dev·Aug 8, 2021 · 1 min readtwo tiny features about numbers in javascript that many of js developer don't know!hello everyone this post is about my last post about javascript features in my youtube channel and this this post i'll tell you about number separator in js and also fastest possible way to convert string to number! https://www.youtube.com/watch?v=Vd...00
Ggorginingorgin.hashnode.dev·Aug 8, 2021 · 3 min readDigital Signature in node jsintroduction hi everyone in this post i'm gonna talk about digital signature. first we start with theory behind digital signature that is a service of cryptography and then check out how to use that in node js using its first party module. note that ...00