![JAR search and dependency download from the Maven repository](/logo.png)
blended.security.crypto.ContainerCryptoSupport.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blended.security.crypto_2.12 Show documentation
Show all versions of blended.security.crypto_2.12 Show documentation
Provides classes and mainline for encrypting / decrypting arbitrary Strings.
The newest version!
package blended.security.crypto
import scala.util.Try
trait ContainerCryptoSupport {
def encrypt(plain : String) : Try[String]
def decrypt(encrypted : String) : Try[String]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy