BenEgeDeniz API Docs
  • 📣BenEgeDeniz API Duyuruları
  • BenEgeDeniz Sunucu Durumları
  • Sistem Cevapları
  • Veri Şifreleme API
    • Genel Kullanımı
  • WHOIS SORGULAMA API
    • Genel Kullanımı
Powered by GitBook
On this page

Was this helpful?

  1. Veri Şifreleme API

Genel Kullanımı

Veri şifreleme APIsi 18 farklı algoritmayla ( md5,md2,md4,sha256,sha512,sha384,crc32,rot13,base64,ripemd160,ripemd128,ripemd256,ripemd320,snefru,gost,crc32b,whirlpool,adler32 ) verilerinizi şifreler.

Veri Şifreleme API

GET https://api.benegedeniz.com/crypt/v1/encrypt

Bu API verilerinizi 18 farklı algoritma ile şifreleyebilmenize olanak tanır.

Query Parameters

Name
Type
Description

encryption_type

string

Şifreleme algoritmasının adı

data

string

Şifrelenecek veri

{"status":"success","data":{"message":"Data successfully encrypted.","statusCode":2000,"encrypted_data":"ŞİFRELENMİŞVERİ"}}
{"status":"error","data":{"message":"Missing parameters.","statusCode":4000}}
{"status":"error","data":{"message":"Invalid algorithm sent.","statusCode":4004}}

PreviousSistem CevaplarıNextGenel Kullanımı

Last updated 3 years ago

Was this helpful?