Skip to content

slavenko/argon2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo holds a basic Swift wrapper around the Argon2 C reference implementation.

Warning

The code has proof-of-concept quality, and comes with no warranty of any kind.

Installation

  1. Add the following dependency to your Package.swift:
    .Package(url: "https://github.com/vzsg/argon2.git", majorVersion: 0, minor: 2)
  2. Call swift package update and swift package generate-xcodeproj.

Usage

Check the Tests folder.

About

Swift wrapper for the Argon2 password hash (WIP)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.9%
  • C++ 12.7%
  • Swift 4.4%