forked from phonegap/phonegap-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# HMAC plugin for Android/Phonegap # | ||
Ionut Voda <[email protected]> | ||
|
||
## About ## | ||
## About ## | ||
|
||
The current plugin will help you produce UTF-8 compatible HMAC hashes(http://en.wikipedia.org/wiki/HMAC). It currently supports 2 hasher functions: sha1 which produces a HMAC-SHA1 hash and md5 which generates a HMAC-MD5. | ||
|
||
## Installing the plugin ## | ||
|
||
There are no special steps to follow when installing the plugin beside the official recommendation http://wiki.phonegap.com/w/page/43708611/How%20to%20Install%20a%20PhoneGap%20Plugin%20for%20Android | ||
|
||
## Using the plugin ## | ||
## Using the plugin ## | ||
|
||
<pre> | ||
// to generate a HMAC-SHA1 hash | ||
|