argon2 0~20190702+dfsg-ok1 source package in openKylin

Changelog

argon2 (0~20190702+dfsg-ok1) nile; urgency=high

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Wed, 24 Apr 2024 13:56:08 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
libs
Urgency:
Very Urgent

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libs
Huanghe V3.0 release main libs
Nile V2.0 release main libs
Nile V2.0 proposed main libs

Downloads

File Size SHA-256 Checksum
argon2_0~20190702+dfsg.orig.tar.xz 708.4 KiB 815f1017b5b0033204778c2e32443257274bc5d9dd16d355c4f7db8189e23dcc
argon2_0~20190702+dfsg-ok1.debian.tar.xz 7.5 KiB d42c0474c01dbfdf2272a7e2b6ff873713d10fe2090f6109dd4a535245265add
argon2_0~20190702+dfsg-ok1.dsc 2.1 KiB 1f2c1a0eaf53ad61de620a0b8ea5d356e98b89269c07ada0920b527be5bc7bf8

View changes file

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-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.