ricardojmendez / grails-encryption

Encryption plugin for Grails

grails-encryption / plugin.xml
100644 17 lines (17 sloc) 0.658 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<plugin name='crypto' version='1.1'>
  <author>Ricardo J. Mendez</author>
  <authorEmail>ricardo@arquetipos.co.cr</authorEmail>
  <title>Encryption plugin for Grails</title>
  <description>Masks encryption and decryption functions, currently integrated with Bouncy
Castle. This version provides classes for PGP and Blowfish, as well as a
tool for both generating random passwords and salting / verifying salted
passwords.
</description>
  <resources>
    <resource>UrlMappings</resource>
    <resource>EncryptedData</resource>
    <resource>SimplePasswordManagerService</resource>
    <resource>HexCodec</resource>
  </resources>
  <dependencies />
</plugin>