Skip to content

Learning the basics of encrypting and decrypting data with php

Notifications You must be signed in to change notification settings

LucasRibeiro1024b/PHP-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-cipher

You need to make sure that the sodium extension is enabled in

php.ini

extension=sodium

How to

encrypt

$ php encrypt.php "some text you want to encrypt"

decrypt

$ php decrypt.php 

About

Learning the basics of encrypting and decrypting data with php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages