Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 2.29 KB

README.md

File metadata and controls

28 lines (18 loc) · 2.29 KB

MS Thesis (ECS 501 and 502) - IISERB(2022-23)

Under this project, the working principles and methods the BLAKE-256 and BLAKE2s hash functions were studied and analysed. Later, preimage attacks were mounted on the round-reduced(i.e. 1.5 and 2 rounds) versions of BLAKE-256 and BLAKE2s. Both the above-mentioned hash functions produce 256-bit hash values. BLAKE was one of the five finalists for the SHA-III standard in the NIST's hash function competition. BLAKE2 was later introduced as a faster successor of BLAKE. In this project, working methods of both the hash functions is explained with implementations in the C programming language.

Work done and repositories

  • Differential attack on 6 rounds of DES block cipher: Repository.
  • Analysis & preimage attack (1.5 and 2 rounds) of BLAKE-256: Repository.
  • Analysis & preimage attack (1.5 and 2 rounds) of BLAKE2s: Repository.
  • Proposed an improved attack on 2 rounds of BLAKE-256/BLAKE2s (This repository).

Author

Under guidance of

Acknowledgements