luni, 18 iulie 2016

cryptographie

http://tinyurl.com/npdqhok Hurry and get 25%off at SSL
scripting avec PHP pour le cours de cryptographie cryptographie symétrique,cryptographie asymétrique, hybride, hash fichier, PKI, certificat x509 symetrique openssl version openssl list-standard-commands openssl list-cipher-commands /usr/local/lib/libmcrypt openssl ciphers -v Crypt text RAW Crypt text BASE64 Crypt text HEX openssl enc -base64 -e openssl enc -base64 -d asymetrique certificats X509 Generate Private key openssl genrsa -out key.pem 1024 openssl rsa -in key.pem -text -noout openssl enc -base64 -in key.pem Generate Public key openssl rsa -in key.pem -pubout -out Key_pub.pem Hash function md5sum tmp.txt sha1sum tmp.txt openssl dgst -md5 tmp.txt openssl dgst -sha1 tmp.txt SSL openssl smime -verify -in msg.txt openssl dgst -md5 -out message_hash.txt message.txt openssl rsautl -encrypt -in $file -inkey $key -pubin -out $outFile openssl enc -base64 -in $outFile openssl rsautl -decrypt -in $file -inkey $key -out $outFile openssl list-message-digest-commands openssl dgst -sha1 -out $outFile -sign $private_key message.txt openssl dgst -signature $signFile -verify $public_key $outFile openssl x509 -noout -in cert.pem -issuer -subject -dates openssl x509 -text -in certif.crt openssl req -text -in request.csr openssl x509 -noout -in cert.pem -issuer -subject -dates

Niciun comentariu:

Trimiteți un comentariu