DEV Community

Cover image for Encryptor | My first open source project ๐Ÿ”
Raziel Rodrigues
Raziel Rodrigues

Posted on • Edited on

Encryptor | My first open source project ๐Ÿ”

I'm getting into the open-source world and I am excited to share my first project: Encryptor.

I also say more here

https://dev.to/razielrodrigues/how-to-use-asymetric-encryption-with-php-and-openssl-idl

Encryptor is a Web App for assymmetric encryption using OpenSSL (I have plans to expand the supports and maybe create the own algorithm for the project), allowing you to securely encrypt and decrypt strings with ease. The code is written in raw PHP.

๐Ÿ”น Features:

  • Assymmetric encryption and decryption
  • Lightweight and easy to use
  • Pure PHP implementation with no dependencies

๐Ÿ“Œ Repository: GitHub - RazielRodrigues/encryptor

๐Ÿ“Œ Live Preview: Live Preview

I would appreciate that you check it out, contribute, and help me grow this project! Whether itโ€™s feedback, improvements, or new ideas, your contributions are welcome. Let's build something nice together!

Top comments (0)