IEncryptionPassword is a type of interface who represents encryption password used by
the Fetcher with AES-128/256 algorithm. If your encryption password is not fixed
but changes according to the input content, you can utilize the
IEncryptionPassword.Closure function type.
Encryption password.
IEncryptionPassword
is a type of interface who represents encryption password used by the Fetcher with AES-128/256 algorithm. If your encryption password is not fixed but changes according to the input content, you can utilize the IEncryptionPassword.Closure function type.Author
Jeongho Nam - https://github.com/samchon