Data Adventurer


  • Home

  • About

  • Categories

  • Archives

S6-Hashing

Posted on 2019-01-15 |

Block ciphers

A block cipher is an algorithm that allows us to encrypt blocks of a
fixed length. It provides an encryption function E that turns plaintext
blocks P into ciphertext blocks C, using a secret key k:
$$ C = E(k, P) $$

The most common block cipher in current use is Advanced Encryption Standard (AES)

References

  • https://github.com/cornelltech/CS5830-Spring2017
  • https://www.crypto101.io/
S7-Elastic Search Deep Dive
T2-Real Time Logo Recogition App
  • Table of Contents
  • Overview
Jeff Sang

Jeff Sang

34 posts
19 categories
10 tags
GitHub
  1. 1. Block ciphers
  2. 2. References
© 2019 Jeff Sang
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4