Giter Site home page Giter Site logo

argon2's Introduction

Argon2

This is a fork of the reference C implementation of Argon2, the password-hashing function that won the Password Hashing Competition (PHC).

About Argon2u

In addition to the official three variants (Argon2i, Argon2d, and Argon2id), this fork also implements a fourth variant, Argon2u. It operates similarly to Argon2id, in that it is a hybrid of Argon2i and Argon2d. Where Argon2id uses Argon2i's algorithm for the first two processed segments, Argon2u does this for the first three.

More about Argon2

Please see the original repository for information about Argon2.

Intellectual property

Except for the components listed below, the Argon2 code in this repository is copyright (c) 2015 Daniel Dinu, Dmitry Khovratovich (main authors), Jean-Philippe Aumasson and Samuel Neves, and dual licensed under the CC0 License and the Apache 2.0 License. For more info see the LICENSE file.

The string encoding routines in src/encoding.c are copyright (c) 2015 Thomas Pornin, and under CC0 License.

The BLAKE2 code in src/blake2/ is copyright (c) Samuel Neves, 2013-2015, and under CC0 License.

All licenses are therefore GPL-compatible.

argon2's People

Contributors

0-wiz-0 avatar aberaud avatar alexis-d avatar asmod4n avatar cjlarose avatar daniel-dinu avatar darwinairola avatar dkg avatar eworm-de avatar hynek avatar jedisct1 avatar joemfb avatar josephlr avatar khovratovich avatar leont avatar luc-lynx avatar lucab avatar mbroz avatar mrijkeboer avatar paragonie-scott avatar phxql avatar ranisalt avatar riverrun avatar sneves avatar technion avatar uniqp avatar veorq avatar wonder93 avatar yomgui1 avatar yonas avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

argon2's Issues

Modifications for asm-js/wasm no longer needed

According to this the reference implementation now works in WebAssembly without any changes. As such, we can revert the changes made in 1201c2e.

Process here would be to do the revert on a branch, see if urbit/argon2-wasm still builds and runs fine, merge the branch if it does, then update urbit/argon2-wasm to pull in the latest commit of this repo.

In doing so, we might want to try and pull in recent changes to the reference implementation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.