argon2 0~20171227-0.2build20.10.0 source package in Ubuntu
Changelog
argon2 (0~20171227-0.2build20.10.0) groovy; urgency=medium * No change rebuild to gain CET protection. -- Dimitri John Ledkov <email address hidden> Tue, 16 Jun 2020 13:49:34 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov on 2020-06-16
- Uploaded to:
- Groovy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2020-10-23 | main | misc |
Groovy | release | on 2020-06-17 | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
argon2_0~20171227.orig.tar.gz | 1.4 MiB | eaea0172c1f4ee4550d1b6c9ce01aab8d1ab66b4207776aa67991eb5872fdcd8 |
argon2_0~20171227-0.2build20.10.0.debian.tar.xz | 6.9 KiB | b5627c2877eaba20152e79ac15a3ad890965fb971ee3468be626076265e9c1d4 |
argon2_0~20171227-0.2build20.10.0.dsc | 2.2 KiB | f90141f7d324c5d9c0d47a4d7d790a37a1e2b0a2b6623d4e89fe667f1d07a830 |
Available diffs
Binary packages built by this source
- argon2: memory-hard hashing function - utility
Argon2 is a password-hashing function that can be used to hash passwords
for credential storage, key derivation, or other applications.
.
There are two main versions of Argon2: Argon2i and Argon2d.
Argon2i is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.
.
Argon2i and Argon2d are parametrized by:
* A time cost, which defines the amount of computation realized and
therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads
.
This package contains the argon2 tool for hashing data on the command-line.
- argon2-dbgsym: debug symbols for argon2
- libargon2-0: memory-hard hashing function - runtime library
Argon2 is a password-hashing function that can be used to hash passwords
for credential storage, key derivation, or other applications.
.
There are two main versions of Argon2: Argon2i and Argon2d.
Argon2i is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.
.
Argon2i and Argon2d are parametrized by:
* A time cost, which defines the amount of computation realized and
therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads
.
This package provides compatibility for packages built against older
versions of libargon2.
- libargon2-1: memory-hard hashing function - runtime library
Argon2 is a password-hashing function that can be used to hash passwords
for credential storage, key derivation, or other applications.
.
There are two main versions of Argon2: Argon2i and Argon2d.
Argon2i is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.
.
Argon2i and Argon2d are parametrized by:
* A time cost, which defines the amount of computation realized and
therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads
.
This package includes the dynamic library against which programs are linked.
- libargon2-1-dbgsym: debug symbols for libargon2-1
- libargon2-1-udeb: memory-hard hashing function - runtime library (udeb)
Argon2 is a password-hashing function that can be used to hash passwords
for credential storage, key derivation, or other applications.
.
There are two main versions of Argon2: Argon2i and Argon2d.
Argon2i is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.
.
Argon2i and Argon2d are parametrized by:
* A time cost, which defines the amount of computation realized and
therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads
.
This udeb package includes the dynamic library for the Debian Installer.
- libargon2-dev: memory-hard hashing function - development files
Argon2 is a password-hashing function that can be used to hash passwords
for credential storage, key derivation, or other applications.
.
There are two main versions of Argon2: Argon2i and Argon2d.
Argon2i is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.
.
Argon2i and Argon2d are parametrized by:
* A time cost, which defines the amount of computation realized and
therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads
.
This package contains headers and libraries for developing program based
on argon2.