We found 5 matches for: crypto

An overview of all crypto blocks currently available, updated daily!

crypto: cipheriv decrypt

decrypting file

In-pins

flow
algorithm
The algorithm to use

Default:
aes-192-cbc
key
The key used to encrypt (mostly scrypt output)
file
The file to be decrypted
auth tag
The auth tag used during the encryption

Out-pins

flow
success
decrypted
error
If an error occured, this pin is filled
crypto: cipheriv encrypt

encrypting file

In-pins

flow
algorithm
The algorithm to use

Default:
aes-192-cbc
key
The key used to encrypt (mostly scrypt output)
file
The file to be encrypted

Out-pins

flow
success
encrypted
auth tag
error
If an error occured, this pin is filled
crypto: cipheriv encrypt

encrypting data

In-pins

algorithm
The algorithm to use

Default:
aes-192-cbc
key
The key used to encrypt (mostly scrypt output)
data
The data to be encrypted

Out-pins

success
encrypted
hex output
auth tag
error
If an error occured, this pin is filled
crypto: cipheriv decrypt

decrypting data

In-pins

algorithm
The algorithm to use

Default:
aes-192-cbc
key
The key used to encrypt (mostly scrypt output)
data
The data to be decrypted
auth tag
The auth tag used during the encryption

Out-pins

success
decrypted
hex output
error
If an error occured, this pin is filled
crypto: scrypt

scrypt is a password-based key derivation function that is designed to be expensive computationally and memory-wise in order to make brute-force attacks unrewarding.

In-pins

password
The password used to scrypt
salt
The salt used to scrypt
length
The key length to be used

Out-pins

success
output
hex output
error
If an error occured, this pin is filled