PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Haseeb Ahmad Basil   HAB Encryption   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: HAB Encryption
Encrypt and decrypt a string with a given key
Author: By
Last change: Update of composer.json
Date: 1 year ago
Size: 684 bytes
 

Contents

Class file image Download
{ "name": "mega6382/hab-encryption", "description": "This class can encrypt and decrypt a string with a given key. It takes a given string and encrypts it by adding the code of o the characters in the string with the codes of the key string. The class can also do the opposite process by reverting to the original string using the same key. It can also encode the result encrypted string with base64 and store it on a file.", "type": "library", "license": "GPL", "authors": [ { "name": "Haseeb Basil", "email": "haseeb.basil@gmail.com" } ], "minimum-stability": "dev", "prefer-stable": true, "require": {} }