# isUnlocked

Determines if the Encryptor Extension is unlocked.

### Usage

```ts
const isUnlocked = await encryptorExtension.isUnlocked();
```

### Returns

`Promise<boolean>`

A promise that resolves to true if the Encryptor Extension is unlocked, otherwise false.
