variable encryptimport { encrypt } from "https://deno.land/x/iron@v1.2.0/dist/index.d.cts"; Encrypts data. type(_crypto: _Crypto,password: Password,options: GenerateKeyOptions<EncryptionAlgorithm>,data: string,) => Promise<{ encrypted: Uint8Array; key: Key; }>