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

crypto-JS plugin for Superpowers, the extensible HTML5 2D+3D game engine.

Notifications You must be signed in to change notification settings

AntarkaGame/superpowers-crypto-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superpowers-crypto-plugin

crypto-JS plugin for Superpowers, the extensible HTML5 2D+3D game engine.

Documentation

Use crypto-JS as usual :

var hash = CryptoJS.SHA1("password"); // Return an object.
// var hash = CryptoJS.SHA1("password,"your secret key here");

Sup.log(hash.toString()); 
// 155baa61e4c9b93f3f0682250b6cf8331b7ee68fd8

Sup.log(hash.toString(CryptoJS.enc.Base64));
// 15W6ph5Mm5Pz8GgiULbPgzG37mj9g= 

hash = CryptoJS.MD5("password"); 
// etc...

More here :

https://code.google.com/p/crypto-js/

Installation

Download the latest release, unzip it, rename the folder to Jquery, move it inside app/plugins/fraxken/ then restart your server.

About

crypto-JS plugin for Superpowers, the extensible HTML5 2D+3D game engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published