Service

trait Service
class Object
trait Matchable
class Any
class Crypto

Value members

Abstract methods

def decrypt(text: String): String
def encrypt(text: String): String
def oneWayEncrypt(text: String, salt: Option[Int]): String