AudioCrypt
Users initiate the process by providing a .wav audio file along with a password. Our service encrypts the provided audio data using the specified password, resulting in a .bin file. To decrypt the data, users submit the encrypted .bin file along with the corresponding password. Our system then decrypts the data and returns the original .wav audio file." Key Inputs for Encryption: audioData: File…
AudioCrypt endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
decrypt /decrypt |
The decryption endpoint requires two essential inputs: an encrypted audio file in .bin format (AudioData) and the corresponding user-provided password (passkey). Once submitted,… |
| POST |
encrypt /encrypt |
The encryption endpoint requires two primary inputs: the audio file in .wav format (AudioData) and a user-provided password (passkey). Upon submission, our system encrypts the… |
AudioCrypt pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $20 / month | — |
|