Skip to content

🚧 Work in progress | Simple Functions & Class self-maded

License

Notifications You must be signed in to change notification settings

mattiacapelli/php-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” PHP Encrypt-Decryption Class and Functions

🚧 Work in progress

Simple Functions & Class self-maded for my little project

String function

Using Encrypt function can Encrypt all the string you want

function encrypt($toencrypt_string, $encryption_key, $encryption_method)
    return $encrypted_string

Using Decrypt function can decrypt all the string you want

function decrypt($todecrypt_string, $decryption_key, $decryption_method)
    return $encrypted_string

Roadmap

  • βœ… Build the Encryption/Decryption functions for files

  • βœ… Build the Encryption/Decryption functions for files

  • 🚧 Build the Encryption/Decryption class

Authors

Support

License

MIT

About

🚧 Work in progress | Simple Functions & Class self-maded

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages