b

blowfishj

Fast implementation of the Blowfish encryption algorithm in Java, plus accessories.
https://github.com/coderslagoon/BlowfishJ
Apache-2.0
Markus Hahn
Files download
File Operation
blowfishj-2.5.0.jar download
blowfishj-2.5.0.pom download
blowfishj-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.coderslagoon.crypto</groupId>
  <artifactId>blowfishj</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.coderslagoon.crypto:blowfishj:2.5.0'
Gradle Kotlin
implementation("com.coderslagoon.crypto:blowfishj:2.5.0")
Scala SBT
libraryDependencies += "com.coderslagoon.crypto" % "blowfishj" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.coderslagoon.crypto', module='blowfishj', version='2.5.0')
)
Apache Ivy
<dependency org="com.coderslagoon.crypto" name="blowfishj" rev="2.5.0" />
Leiningen
[com.coderslagoon.crypto/blowfishj "2.5.0"]
Apache Buildr
'com.coderslagoon.crypto:blowfishj:jar:2.5.0'
Dependencies