@gibme/crypto
    Preparing search index...

    Defines the structure for when we interact with the AES methods in our underlying cryptographic library

    type AES = {
        input: string;
        iterations?: number;
        password: string;
    }
    Index

    Properties

    input: string
    iterations?: number
    password: string