Swapnil-M1D62Y402's Stars
sanjith0404/password-storage-using-image-steganography
Storing passwords has always been one of the most difficult of jobs. This is a solution where you store passwords in an image using Image steganography. image steganography uses the bits of the image pixels to store information. We use Least Singnificant Bits to store the information so that the overall image is not affected i.e one that cannot be noticed by our naked eye. To make it more safe we use Advanced encryption standard to encrypt the password stored in the image. We use a key to store all the passwords in an image. ONE KEY TO STORE THEM ALL!
GabrielDornelles/pytorch-ocr
Simple Pytorch framework to train OCRs. Supports CRNNs, Attention, CTC and Cross Entropy Loss.
educ8s/Raylib-CPP-Starter-Template-for-VSCODE-V2
Raylib C++ Starter Template for VSCODE V2
rutura/The-C-20-Masterclass-Source-Code
Source code for the C++ 20 Masterclass on udemy