encrypt- decrypt with AES using C/C++ - by iassael Hi! How can I encrypt decrypt a file with a 256 key AES in c or c++? Which library do you suggest? Thank you! Read the article
Get GPU Information in linux C - by iassael Is there any library in C for Linux to get gpu information for example BIOS Verison DigitalID... Read the article
How to get the first numbers with SED linux - by iassael Hello i have this line... "00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter" how can i get the first numbers until VGA with SED in Bash script? Thanks! Read the article
encrypt- decrypt with SHA256 using C/C++ - by iassael Hi! How can I encode a file using sha256 and c/c++ ??? Thanks! Read the article