PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Daniele Cruciani   AES128 Encrypter   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: AES128 Encrypter
Encrypt and decrypt data with AES 128
Author: By
Last change:
Date: 7 years ago
Size: 550 bytes
 

Contents

Class file image Download
{ "name": "aes128encrypter", "version": "1.0.1", "description": "AES 128 encrypt/decrypt classes (node+php)", "main": "aes128Encrypter.js", "scripts": { "test": "node testEncryption.js" }, "author": "Daniele Cruciani <daniele@smartango.com>", "license": "GPL", "repository": { "type": "git", "url": "https://github.com/danielecr/aes128encrypter.git" }, "keywords": [ "aes", "rijndael", "symmetric", "encryption" ], "bugs": { "url": "https://github.com/danielecr/aes128encrypter/issues" } }