Skip to content

EncryptEngine is an encryption engine for secure data transmission and storage. By encrypting data based on AES-256-CBC or other security protocols, it ensures the security of sensitive information. It is an effective solution for protecting sensitive data such as user IDs, passwords, session keys.

License

Notifications You must be signed in to change notification settings

mehmetgenc-devs/encryptEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EncryptEngine

EN

EncryptEngine is an encryption engine used for secure data transmission and storage operations. It encrypts data using AES-256-CBC or other security protocols, ensuring the security of sensitive information. It is an effective solution for protecting sensitive data such as user identities, passwords, and session keys.

TR

EncryptEngine, güvenli veri iletimi ve saklama işlemleri için kullanılan bir şifreleme motorudur. Verileri AES-256-CBC veya diğer güvenlik protokollerine dayalı olarak şifreleyerek, hassas bilgilerin güvenliğini sağlar. Kullanıcı kimlikleri, şifreler, oturum anahtarları gibi hassas verilerin korunmasında etkili bir çözümdür.

Features - Özellikler

  • 1: EN: Secure encryption using AES-256-CBC algorithm.
  • 1: TR: AES-256-CBC algoritması kullanılarak güvenli şifreleme.
  • 2: EN: Easy integration into existing projects.
  • 2: TR: Mevcut projelere kolay entegrasyon.
  • 3: EN: Compatible with various programming languages and platforms.
  • 3: TR: Çeşitli programlama dilleri ve platformlarla uyumlu hale gelebilme.

Installation - Kurulum

EN: you can call the file.

TR: dosyayı çağırabilirsiniz.

include /index.php
include /index.js

Usage - Kullanım

$encryptedData = $endec->encrypt('Hello World!');
echo "Encrypted Data: " . $encryptedData; // Encrypted Data: 1rqs/dEAiBdYNEXv/kVwaA==:A7PyjTp8zDcqMSR3mUBkqA==

$decryptedData = $endec->decrypt($encryptedData);
echo "Decrypted Data: " . $decryptedData; // Decrypted Data: Hello World!
const endec = new CryptoClass();
const encrypted = endec.encrypt('Hello World');
console.log('Encrypted:', encrypted); // Encrypted: 1rqs/dEAiBdYNEXv/kVwaA==:A7PyjTp8zDcqMSR3mUBkqA==
const decrypted = endec.decrypt(encrypted);
console.log('Decrypted:', decrypted); // Decrypted: Hello World!

License - Lisans

This project is licensed under the MIT License - see the LICENSE file for details.

Bu proje MIT Lisansı altında lisanslanmıştır - ayrıntılar için LICENSE dosyasına bakın.

About

EncryptEngine is an encryption engine for secure data transmission and storage. By encrypting data based on AES-256-CBC or other security protocols, it ensures the security of sensitive information. It is an effective solution for protecting sensitive data such as user IDs, passwords, session keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published