Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

ditatompel/PHP-Crypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

PHP Crypter
This program used to encode or decode data using specific key passphrase with
Rijndael 256 bit encryption.

LICENSE :
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License version 2 as published by the Free
Software Foundation. This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.

Usage : 
set_time_limit(0);
ini_set('memory_limit', '-1'); // use this for large data file
new phpCrypter($argv);

Still very early release, just for fun coding purpose :)

About

This program used to encode or decode data using specific key passphrase with Rijndael 256 bit encryption.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages