Encryption API

FREEMIUM
By vraj | Updated 한 달 전 | Cryptography
Popularity

5.9 / 10

Latency

598ms

Service Level

100%

Health Check

N/A

README

The AES encryption API allows you to encrypt and decrypt ciphertext using the Advanced Encryption Standard (AES) algorithm. This API takes plaintext, an encryption key, as input and returns the encrypted plaintext.

for decryption this API takes ciphertext, an encryption key, and an initialization vector (IV) as input and returns the decrypted plaintext.

Usage:

curl -X POST -H “Content-Type: application/json” -d ‘{
“text”: “YourPlainTextHere”,
“encryption_key”: “YourEncryptionKeyHere”
}’ https://yourserver.com/your-api-endpoint.php

Followers: 1
API Creator:
Rapid account: Vraj
vraj
vishwaraj
Log In to Rate API
Rating: 5 - Votes: 1