
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
ts.cryptojs256
Advanced tools
This module for the Appcelerator Titanium Alloy MVC framework brings CryptoJS 256 methods into Titanium.

Download this repository and install it
tiapp.xml file, add the module to the modules section:<modules>
<module platform="commonjs">ts.cryptojs256</module>
</modules>
ts.cryptojs256-commonjs-x.x.x.zip bundle into your root app directory.Or use your favorite package manager
gittio install ts.cryptojs256var CryptoJS = require('ts.cryptojs256');
var encodedString = CryptoJS.enc.base64.stringify("The Smiths");
var hmacHash = CryptoJS.HmacSHA256("The Smiths", "Secret Key");
// Please refer to the original documentation of CryptoJS for more information and examples.
A Base64 encoder object
Encode a string using Base64 encoder
{String}str The given string to encode- return
{String}The encoded string
Decode an Base64 encoded string
{String}str The given string to decode- return
{String}The decoded string
A Utf8 encoder object
Encode a string using Utf8 encoder
{String}str The given string to encode- return
{String}The encoded string
Decode an Utf8 encoded string
{String}str The given string to decode- return
{String}The decoded string
A Latin1 encoder object
Encode a string using Latin1 encoder
{String}str The given string to encode- return
{String}The encoded string
Decode an Latin1 encoded string
{String}str The given string to decode- return
{String}The decoded string
Crypt a string using a SHA256 algorithm
{String}str The given string to crypt- return
{String}The crypted string
Crypt a string using a Hmac256 algorithm and a secret key
{String}str The given string to crypt{String}secretKey The secret key used for encryption- return
{String}The crypted string
Appcelerator, Appcelerator Titanium and associated marks and logos are trademarks of Appcelerator, Inc.
Titanium is Copyright (c) 2008-2015 by Appcelerator, Inc. All Rights Reserved.
Titanium is licensed under the Apache Public License (Version 2).
FAQs
A minimalist bundle of cryptoJS method for 256 bits keys.
We found that ts.cryptojs256 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.