user480772
user480772

Reputation: 1

File encryption in php - algorithm

What is the algorithm according to you is best to encrypt files using PHP? Maximum file size which provides about 100 mb. I care about the speed of the encryption ...

Upvotes: 0

Views: 385

Answers (1)

Black Diamond
Black Diamond

Reputation: 399

http://php.net/manual/en/ref.mcrypt.php will explain better..

Upvotes: 1

Related Questions