-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 3.0 (quilt) Source: cryptacular Binary: libcryptacular-java, libcryptacular-java-doc Architecture: all Version: 1.2.7-1 Maintainer: Debian Java Maintainers Uploaders: Joseph Nahmias , Homepage: https://www.cryptacular.org Description: high level, general purpose Java cryptographic library General-purpose Java cryptograhic library, which complements the Bouncy Castle libraries, that has the following design goals: . * Flexible JCE provider. Prefers the Bouncy Castle Java Provider, but can fall back to other providers defined in the environment for algorithms not implemented by BC. * Ease of use for common cryptographic operations. A one liner highlights this well; the following prints the MD5 hash of a password as a string of HEX characters: System.out.println(new MD5().digest(passBytes, new HexConverter())); * Convenient and performant handling of cryptographic operations on large data streams. * Support for base-64 and hexadecimal encoding of ciphertext input/output. * Support for I/O operations on cryptographic primitives including generating and writing symmetric encryption keys, public/private key pairs, and X.509 certificates. Both PEM and DER encoding is handled conveniently. * Command line interface for each class of cryptographic operation (digest, symmetric encryption, public-key encryption, message signing, etc). A command line interface for keystore operations is also included, which is notable as it supports features above and beyond the Java keytool utility. . It is important to note that no cryptographic algorithms are implemented; Bouncy Castle provides all cryptographic algorithms where required. Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/java-team/cryptacular Vcs-Git: https://salsa.debian.org/java-team/cryptacular.git Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 2.6) Build-Depends-Indep: libbcpkix-java (>= 1.71), libbcprov-java (>= 1.71), libmaven-bundle-plugin-java (>= 3.5.1), libmaven-install-plugin-java (>= 3.1.0), libmaven-javadoc-plugin-java (>= 3.4.1) , testng Package-List: libcryptacular-java deb java optional arch=all libcryptacular-java-doc deb doc optional arch=all Checksums-Sha1: 3455b3697871d3015f0dbf24a82f93e3fbbc7bb6 157000 cryptacular_1.2.7.orig.tar.xz cbf2cb0a537e1136c8ca74b2557f6768aaf523eb 3828 cryptacular_1.2.7-1.debian.tar.xz Checksums-Sha256: eefb3bab9e3de0f75b8f04d0a25e60d046dcb5a05b297d00a1d82ec31734f869 157000 cryptacular_1.2.7.orig.tar.xz 1c2415269dfdf0fbd81bce108f8d51ae7e829e0995b93495bf932218956e4a33 3828 cryptacular_1.2.7-1.debian.tar.xz Files: 971efb5bb48c18e38bc30ab7dac4b51b 157000 cryptacular_1.2.7.orig.tar.xz 07e74bbea904e4af16d77d5621c09021 3828 cryptacular_1.2.7-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmepgV0UHHRtYW5jaWxs QGRlYmlhbi5vcmcACgkQIdIFiZdLPpY3aBAA2izY6OChMHfhedk1xCwaB0Irq9F3 eEh6Z7qHx1AxQV18syAoxDeBbdPxapAPrJh2CJVmbw6nso6UOaMcrMUzGgLE6Qg3 QKORZGDVKJXCNxXR2r2ogeTMFF6chhXvahMd0BtLntQU2HUOljp+1MC/X1NWqVJC n4g2DTWyioemUoW9EIsD6ayelyTv6Y++Yg/t7LB332SCPqONtlSgj7tv9w5oypq2 K0CjGQfZE0/2E2szm8KyDM5j0o3202R3U3ywyKieB8o3b7dNZ3stmKd3Pfxanyb6 aDRQRQhJl/kRLKHUkusXG+NZFHfWfNs7jAI9VyDU1h7PfvEDs2u5sHCHFMip3XiE Wn7dQCRqi7aKAo6a06n4VmiKSnuieFcr5qwBXw6PVfqirKSKptewsqmjHWI+e1Z6 kHzsep4b7I6Unyr9JtXx5YTGfS1WjQnrpPug2lBJpufpK+E5yKO4XNc5RifGcI/i ifcs/R2HUg6kv6dYWoRee5+tx14dOJgrfWC4n1zd60BBYRCZBigcXXAnJyitG4uu 1dmdzHZD/A3DKDIiIAWCTLY1jv5R7PZFabD6ksITLWwHnu2jo7WVTqd11O8f81+j zZ4hRVtFQ8JDEEISOmEHDhnR9S4rPYLYD1fGVQo402cnPkFpl5R9iwbYa7JC7ZdA 4zgL4XH2cj35O5I= =gjDc -----END PGP SIGNATURE-----