NSS/ARGON2: Difference between revisions

From MozillaWiki
< NSS
Jump to navigation Jump to search
(Added points of discussion for upcoming meeting and updated current status)
(Meeting update)
Line 59: Line 59:
=== 28-12-2016 ===
=== 28-12-2016 ===
* Meeting Summary
* Meeting Summary
** Discussed current status of project and further plans
** Decided on plans for integration with nss-try and development of Argon2 based on Blake2
* Progress
* Progress
** Blake2b and Blake2s include known answer tests for keyed and unkeyed hashes
** NSS Phabricator and Try server level 1 access granted
* Potential points of discussion:
* Potential points of discussion:
** Phabricator accounts
** Phabricator accounts
Line 65: Line 69:
** Code review
** Code review
* Upcoming work
* Upcoming work
 
** Finish up performance testing for Blake2b and Blake2s
=== 02-11-2016 ===
** Merge blake2b and 2s repositories
* Meeting Summary
** Get into integrating with NSS-Try and start with Argon2
** Looked over the code repositories
** Discussed schedule for presenting working code
** A 4 week time-frame decided considering university examinations
* Progress
** Basic blake2b code : https://github.com/Sachin-A/Blake2b
* Potential points of discussion:
** Schedule for presenting code
* Upcoming work
** Basic implementation of Blake2s and Blake2b in C by 1st week of December


=== 02-11-2016 ===
=== 02-11-2016 ===

Revision as of 19:02, 30 December 2016

WinterOfSecurity logo light horizontal.png

Team

Introduction

We are a team of four Junior Undergraduates at National Institute of Technology, Trichy, majoring in Computer Science and Engineering. We have a wide range of overlapping and unique interests and we mostly tinker with stuff till it breaks. Works 70% of the time, all the time.

Members

  • A Sachin
  • Soorya Narayan JM
  • Suhith Rajesh
  • Venkkatesh Sekar
  • Professor: Dr. Leela Velusamy
  • Mozilla Advisors: Franziskus Kiefer, Tim Taubert

Project

Description

Argon2 is a memory hard function for password hashing and other applications. Argon2 is based on Blake2 and winner of the password hashing competition. The goal of this project is to provide basic Blake2 support for NSS and base Argon2 on it.

Resources

Scope

At present, it is limited to implementing the Blake2 functions as well as the password hashing function Argon2 on top of it.

Goals

  • Blake2 implementation working on all platforms
  • Argon2 implementation working on all platforms
  • Functional tests
  • Performance tests
  • Good documentation
  • Performance comparison with other implementations

Updates

Present Status

28-12-2016

  • Meeting Summary
    • Discussed current status of project and further plans
    • Decided on plans for integration with nss-try and development of Argon2 based on Blake2
  • Progress
    • Blake2b and Blake2s include known answer tests for keyed and unkeyed hashes
    • NSS Phabricator and Try server level 1 access granted
  • Potential points of discussion:
    • Phabricator accounts
    • Patches against the try server
    • Code review
  • Upcoming work
    • Finish up performance testing for Blake2b and Blake2s
    • Merge blake2b and 2s repositories
    • Get into integrating with NSS-Try and start with Argon2

02-11-2016

  • Meeting Summary
    • Looked over the code repositories
    • Discussed schedule for presenting working code
    • A 4 week time-frame decided considering university examinations
  • Progress
  • Potential points of discussion:
    • Schedule for presenting code
  • Upcoming work
    • Basic implementation of Blake2s and Blake2b in C by 1st week of December

25-10-2016

18-10-2016

  • Meeting Summary
    • Discussed changed objectives: Implementing BLAKE2 and ARGON2 instead of SHA-3
  • Upcoming work:
    • Read up on Blake2 and Argon2 specifications and generate summary

10-10-2016

  • Meeting Summary
    • Kick off meeting: Oriented ourselves, discussed project outline, goals
  • Upcoming work:
    • Read up on SHA-3 specifications and generate summary

<date>

  • Meeting Summary
  • Progress
  • Potential points of discussion
  • Upcoming Work

References

  1. https://www.cryptolux.org/images/0/0d/Argon2.pdf
  2. https://blake2.net/