Encryption API

免费增值
通过 vraj | 已更新 2 месяца назад | Cryptography
人气

6.8 / 10

延迟

794ms

服务等级

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

关注者:1
API 创建者:
Rapid account: Vraj
vraj
vishwaraj
登录并给 API 打分
打分:5 - 投票:1