bouncy-gpg VS password4j

Compare bouncy-gpg vs password4j and see what are their differences.

password4j

Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM. (by Password4j)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bouncy-gpg password4j
2 5
200 331
- 1.5%
7.5 8.0
about 2 months ago 6 days ago
Java Java
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bouncy-gpg

Posts with mentions or reviews of bouncy-gpg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-25.
  • Easy OpenPGP With PGPainless
    4 projects | dev.to | 25 Aug 2022
    That's why I decided to create PGPainless. Originally, I was looking for other alternatives and stumbled across a library called bouncy-gpg, but I quickly figured that it was not suiting my needs and decided to go my own way. Nevertheless, bouncy-gpg heavily influenced PGPainless' development, especially in the early phases.
  • Issue with decrypting on Linux
    1 project | /r/GnuPG | 10 Apr 2022
    -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 What happens on your Mac if you add the `--openpgp` option when encrypting the file? (i.e. `gpg --openpgp -e -r max test`) This was a suggestion that seemed to work for someone else that says they encountered a "unknown packet type encountered: 20" error. See: https://github.com/neuhalje/bouncy-gpg/issues/64#issuecomment-913516574 According to my version of GnuPG (2.2.20), the `--openpgp` option does the following: ``` - --openpgp Reset all packet, cipher and digest options to strict OpenPGP behavior. Use this option to reset all previous options like --s2k-*, --cipher-algo, --digest-algo and --compress-algo to OpenPGP compliant values. All PGP workarounds are disabled. ``` I'd be interested to see if this fixes your problem. -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEOPlkN8g6yI4ot6lSV9pX2VF+b4YFAmJSnXIACgkQV9pX2VF+ b4bY9g/8DtI2yObUYCXFHbofqFVB3sPHXtt7BGL93U7LtQgSffWppSYEsYvWFEk8 2En2bSM8o4ubtUWDjjGOx09Vw6Tu56OWSBoRm+wO9wU65JrZxhbtbSXD2HCuzW3X f8Kx8IrBnC2ZAUxx4X9QXjt/6dZRLNwJdPf3UQJ58gj15cvgGDER7yW0JeiLwv5A 4xuBrUzff/BliFu0xJ5/0ClOg4JKczPoiMx1Qy5h/gKw5MbMk3IG4oXwoDd0zND2 V/QGe6UMxcB4Jos8zIV10jI1yDOvxhKeDmQVJiZuztj5wRzSNY/edLrZklh5GV20 H150TUPXOYKuHc2PdXOV3zufED1dyD5UFnNpjTD5hdyq0yeJeRGIZrA3SlKGhB4L VonpEGhyJ88ZJQUvhdffBvf4S3uKQJUhQcZT5ycTM2rCoHQrTOh4N1xnqz0D+hzw X0qfMszmWjHYSuC+g4AUDeuhsB6ikLJLNu3IGVS/WY68hXW3cWrKHjzoCbsruN/s IemjANQ2rgWS2v2KmJJ6WYyR3Gi2NNci9WXHF/gXcJuYohDHTWX6DHzyjDep3Tcn EBGTutpRvXDh7vQKUtEoNDq/c/A/smVuce03PPYr19x0jSREYevPClP3tP53/enf 0o6EU+lCtJYgRH7EvC5uMiIh75KpXWFcnuFqRFLprW5ZQV1i7eI= =KvC8 -----END PGP SIGNATURE-----

password4j

Posts with mentions or reviews of password4j. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-20.

What are some alternatives?

When comparing bouncy-gpg and password4j you can also consider the following projects:

jasypt-spring-boot - Jasypt integration for Spring boot

Tink - Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.

mutual-tls-ssl - 🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k, Kohttp and ktor. Also other server examples are available such as jersey with grizzly. Also gRPC, WebSocket and ElasticSearch examples are included

Kalium - Java binding to the Networking and Cryptography (NaCl) library with the awesomeness of libsodium

pgpainless - Simple to use OpenPGP API based on Bouncy Castle

Jwks RSA

Bouncy Castle - Bouncy Castle Java Distribution (Mirror)

SSLContext-Kickstart - 🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS for one way authentication or two way authentication provided by the SSLFactory. Support for Java, Scala and Kotlin based clients with examples. Available client examples are: Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, Vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k Kohttp and Ktor. Also gRPC, WebSocket and ElasticSearch examples are included

g-suite-identity-sync - G Suite to LDAP identity synchronizer

otp-java - A small and easy-to-use one-time password generator library for Java implementing RFC 4226 (HOTP) and RFC 6238 (TOTP).

AzureFunctionsPGPEncrypt - Azure function which performs PGP encryption.

passay - Password policy enforcement for Java.