Debian NEW package overview for unicrypto
unicrypto_0.0.10-1_amd64.changes (click to toggle)
Format:1.8
Date:Fri, 22 Mar 2024 19:32:45 -0300
Source:unicrypto
Binary:python3-unicrypto
Architecture:source all
Version:0.0.10-1
Distribution:unstable
Urgency:medium
Maintainer:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Changed-By:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Description:
python3-unicrypto - Unified interface for cryptographic libraries
Closes:1067645
Changes:
unicrypto (0.0.10-1) unstable; urgency=medium

  * Initial release. (Closes: #1067645)
Files:
ef815dd2d42a89bccf335d4d91f5e04d 2124 python optional unicrypto_0.0.10-1.dsc
b8b7d724d57dd54362de95062b6d4f00 105501 python optional unicrypto_0.0.10.orig.tar.gz
e1c6a116289965b864ab18314d1d4f99 3948 python optional unicrypto_0.0.10-1.debian.tar.xz
510256dde469e9eee1d65a03e269de8b 39080 python optional python3-unicrypto_0.0.10-1_all.deb
4d963a5c9cd8e150201bd8ae4b4f025e 7618 python optional unicrypto_0.0.10-1_amd64.buildinfo
unicrypto_0.0.10-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:unicrypto
Binary:python3-unicrypto
Architecture:all
Version:0.0.10-1
Maintainer:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Homepage:https://github.com/skelsec/unicrypto
Standards-Version:4.6.2
Vcs-Browser:https://salsa.debian.org/pkg-security-team/unicrypto
Vcs-Git:https://salsa.debian.org/pkg-security-team/unicrypto.git
Testsuite:autopkgtest-pkg-pybuild
Build-Depends:debhelper-compat (=13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-cryptography, python3-mbedtls, python3-pycryptodome, python3-pytest, python3-setuptools
Package-List:python3-unicrypto deb python optional arch=all
Files:
b8b7d724d57dd54362de95062b6d4f00 105501 unicrypto_0.0.10.orig.tar.gz
e1c6a116289965b864ab18314d1d4f99 3948 unicrypto_0.0.10-1.debian.tar.xz
lintian 2.104.0 check for unicrypto_0.0.10-1.dsc (click to toggle)
README.source for unicrypto_0.0.10-1.dsc (click to toggle)
No README.source in this package
control file for python3-unicrypto_0.0.10-1_all.deb (click to toggle)
Package:python3-unicrypto
Source:unicrypto
Version:0.0.10-1
Architecture:all
Maintainer:Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Installed-Size:252
Depends:python3-pycryptodome, python3:any
Section:python
Priority:optional
Homepage:https://github.com/skelsec/unicrypto
Description:
Unified interface for cryptographic libraries
 Unicrypto is a library that provides a unified interface to a variety of
 cryptographic algorithms. With it, developers can easily integrate encryption
 into their applications, ensuring the security of data and communications.
 .
 The module also allows developers to have access to a wide range of
 encryption algorithms, including AES, DES, RC4 and TDES, among others.
 This library simplifies the process of implementing security in applications
 by providing a single consistent API for different algorithms, regardless of
 the underlying library used.
lintian 2.104.0 check for python3-unicrypto_0.0.10-1_all.deb (click to toggle)
contents of python3-unicrypto_0.0.10-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2024-03-22 22:32 ./
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/
-rw-r--r-- root/root      2782 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/__init__.py
-rw-r--r-- root/root       132 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/_version.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/
-rw-r--r-- root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/__init__.py
-rw-r--r-- root/root      7091 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/cmac.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/cryptography/
-rw-r--r-- root/root      2030 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/cryptography/AES.py
-rw-r--r-- root/root      1099 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/cryptography/DES.py
-rw-r--r-- root/root       685 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/cryptography/RC4.py
-rw-r--r-- root/root       973 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/cryptography/TDES.py
-rw-r--r-- root/root        35 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/cryptography/__init__.py
-rw-r--r-- root/root      1693 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/kdf.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/mbedtls/
-rw-r--r-- root/root      6536 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/mbedtls/AES.py
-rw-r--r-- root/root      1337 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/mbedtls/DES.py
-rw-r--r-- root/root       542 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/mbedtls/RC4.py
-rw-r--r-- root/root       656 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/mbedtls/TDES.py
-rw-r--r-- root/root        35 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/mbedtls/__init__.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/
-rw-r--r-- root/root      6869 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/AES.py
-rw-r--r-- root/root       703 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/DES.py
-rw-r--r-- root/root      4699 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/MD4.py
-rw-r--r-- root/root       409 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/RC4.py
-rw-r--r-- root/root       890 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/TDES.py
-rw-r--r-- root/root        35 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/__init__.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/
-rw-r--r-- root/root     60373 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/AES.py
-rw-r--r-- root/root      5305 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/AESCCM.py
-rw-r--r-- root/root      6624 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/AESGCM.py
-rw-r--r-- root/root      2160 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/__init__.py
-rw-r--r-- root/root      8190 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/blockfeeder.py
-rw-r--r-- root/root      2068 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/ccm.py
-rw-r--r-- root/root      5305 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/gcc_bak_orig.py
-rw-r--r-- root/root      2110 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/AES/util.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/DES/
-rw-r--r-- root/root     27485 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/DES/DES.py
-rw-r--r-- root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/DES/__init__.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/RC4/
-rw-r--r-- root/root      2144 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/RC4/RC4.py
-rw-r--r-- root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/RC4/__init__.py
-rw-r--r-- root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/external/__init__.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/padding/
-rw-r--r-- root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/padding/__init__.py
-rw-r--r-- root/root       739 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pure/padding/pkcs7.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/
-rw-r--r-- root/root      7090 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/AES.py
-rw-r--r-- root/root       713 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/DES.py
-rw-r--r-- root/root       395 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/RC4.py
-rw-r--r-- root/root       698 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/TDES.py
-rw-r--r-- root/root        35 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/__init__.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/extra/
-rw-r--r-- root/root      6751 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/extra/AESGCM.py
-rw-r--r-- root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycrypto/extra/__init__.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodome/
-rw-r--r-- root/root      1957 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodome/AES.py
-rw-r--r-- root/root       762 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodome/DES.py
-rw-r--r-- root/root       373 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodome/RC4.py
-rw-r--r-- root/root       618 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodome/TDES.py
-rw-r--r-- root/root        35 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodome/__init__.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodomex/
-rw-r--r-- root/root      1958 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodomex/AES.py
-rw-r--r-- root/root       763 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodomex/DES.py
-rw-r--r-- root/root       374 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodomex/RC4.py
-rw-r--r-- root/root       619 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodomex/TDES.py
-rw-r--r-- root/root        35 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/backends/pycryptodomex/__init__.py
-rw-r--r-- root/root       137 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/cmac.py
-rw-r--r-- root/root      1280 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/hashlib.py
-rw-r--r-- root/root       953 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/hmac.py
-rw-r--r-- root/root       207 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/kdf.py
-rw-r--r-- root/root      1316 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/pbkdf2.py
-rw-r--r-- root/root      2912 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto/symmetric.py
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto-0.0.10.dist-info/
-rw-r--r-- root/root         7 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto-0.0.10.dist-info/INSTALLER
-rw-r--r-- root/root       386 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto-0.0.10.dist-info/METADATA
-rw-r--r-- root/root        92 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto-0.0.10.dist-info/WHEEL
-rw-r--r-- root/root        16 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto-0.0.10.dist-info/top_level.txt
-rw-r--r-- root/root         1 2024-03-22 22:32 ./usr/lib/python3/dist-packages/unicrypto-0.0.10.dist-info/zip-safe
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/share/
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-03-22 22:32 ./usr/share/doc/python3-unicrypto/
-rw-r--r-- root/root       172 2024-03-22 22:32 ./usr/share/doc/python3-unicrypto/changelog.Debian.gz
-rw-r--r-- root/root      5183 2024-03-22 22:32 ./usr/share/doc/python3-unicrypto/copyright

Timestamp: 27.04.2024 / 20:12:18 (UTC)