
Practical Cryptography With Go
by Kyle Isom
Publisher: Leanpub 2014
Number of pages: 226
Description:
This is an introduction to cryptography for programmers; it doesn't aim to teach the theory, but rather to guide you in your attempt to understand how to use cryptography to secure your services. We'll talk about where it fits into the big picture, and illustrate it using the Go programming language.
Download or read it online for free here:
Read online
(online html)
Similar books
Elementary Cryptanalysisby Helen Fouche Gaines - American Photographic Publishing Co.
A classic introduction to codebreaking, focusing on techniques for deciphering simple ciphers. It covers substitution and transposition ciphers and methods to analyze encrypted messages, offering both theoretical insights and practical examples.
(3828 views)
Visual Cryptography and Its Applicationsby Jonathan Weir, WeiQi Yan - BookBoon
Visual cryptography provides a technique by which one secret can be distributed into two or more shares. When the shares are xeroxed onto transparencies and then superimposed, the original secret can be discovered without computer participation.
(12402 views)
Public-Key Cryptography: Theory and Practiceby Bodo Moeller - TU Darmstadt
Multiple aspects of public-key cryptography are examined. The author covers the theory of provably secure public-key cryptography and the implementation of exponentiation and multi-exponentiation. An introduction to provable security is provided.
(15214 views)
Foundations of Cryptographyby Oded Goldreich - Cambridge University Press
The book gives the mathematical underpinnings for cryptography; this includes one-way functions, pseudorandom generators, and zero-knowledge proofs. Throughout, definitions are complete and detailed; proofs are rigorous and given in full.
(18987 views)