The Modern Cryptography Cookbook offers an intuitive way of learning practical cryptrography. The book presents over 1000 crypto-recipes that can be used in everyday work situations encounted by system operators, system admininistrators, developers, and researchers
Anish Nath Knihy



Cryptography for JavaScript Developer: Web Cryptography Api, Sjcl
- 70 stránek
- 3 hodiny čtení
This book is for javascript developers, programmers who want to get into cryptography in programming way What you will learn WEB CRYPTOGRAPHY APIWEB CRYPTO API SUPPORTED ALGORITHMS AND METHODS GENERATE RANDOM NUMBERS AES - GENERATE KEY/EXPORT KEY (JWK)AES – ENCRYPTION/DECRYPTION AES – ENCRYPTION/DECRYPTION USING RAW KEYSHA – HASHING PBKDF2, PBKDF2 HMAC digital SignatureECDH generate key perform encryption and decryption ECDSA generate key perform sign and verify of message RSA-OAEP ENCRYPTION/DECRYPTIONRSASSA-PKCS1-V1_5RSA-PSS - generateKey/sign/VerifyPKCS8 IMPORT RSA PRIVATE KEY (OPENSSL)SPKI IMPORT RSA PUBLIC KEY (OPENSSL)MAPPING BETWEEN JSON WEB KEY/ WEB CRYPTOThe Stanford JavaScript Crypto Library SJCL CODECSJCL HashingSJCL AES Encryption and decryptionSJCL ECDSA sing verify message SJCL ELGAMAL generate key perform encryption
Python Cryptography
- 90 stránek
- 4 hodiny čtení
Learning cryptography and security is fun instead of saying it hard or Complex. This books covers cookbook style of cryptography using python as a programming language. Chapters presented in this book are independent and can be read in any order What you will Learn pyca/cryptographyFernet Encryption, Multifernet, X,509, AES Encryption & Decryption Authenticated Encryption (GCM,CCM)RSA, DSA, DH, ECDH, X25519, PBKDF2, HKDF, ConcatHKDF, X963KDF, scrrypt, PYcrypto, HASHING, AES, BLOWFISH, RSA, DSA, ELGAMAL, JWCrypto, JWK, JWS, JWE