Module

Node.Crypto.Cipher

Package
purescript-crypto
Repository
oreshinya/purescript-crypto

#Cipher Source

data Cipher :: Type

#Algorithm Source

data Algorithm

Constructors

Instances

#Password Source

#hex Source

hex :: forall e. Algorithm -> Password -> String -> Eff (buffer :: BUFFER, crypto :: CRYPTO | e) String

#base64 Source

base64 :: forall e. Algorithm -> Password -> String -> Eff (buffer :: BUFFER, crypto :: CRYPTO | e) String

#createCipher Source

createCipher :: forall e. Algorithm -> Password -> Eff (crypto :: CRYPTO | e) Cipher

#update Source

update :: forall e. Cipher -> Buffer -> Eff (crypto :: CRYPTO | e) Buffer

#final Source

final :: forall e. Cipher -> Eff (crypto :: CRYPTO | e) Buffer