Sign in to edit and +1 items.
Login required
Download

MessageDigest

(0)
Author(s) Marcel Overdijk
Current Release 1.1   (3 years ago)
Grails Version 1.1 > *
Tags codec  encoding 
Dependency
compile ":message-digest:1.1"
Last updated by admin 3 years ago
Last updated by admin 3 years ago

Message Digest Plugin

This simple plugin provides message digest codecs (currently SHA1 and SHA1Hex) to encode strings.

(!) This plugin is updated to Grails 1.1

Installation

To install the i18n templates plugin type this command from your project's root folder:

grails install-plugin message-digest

Example

"some string".encodeAsSHA1()
"some string".encodeAsSHA1Hex()
"some string".encodeAsMD5()
"some string".encodeAsMD5Hex()

Plugin version history

1.1 (March 10, 2009)

  • Added MD5 support

1.0 (March 10, 2009)

  • Initial release containing SHA1 and SHA1Hex codecs
Last updated by admin 3 years ago
Last updated by admin 3 years ago