On Mon, 11 Jul 2011 16:21 -0700, "Joaquin Valdez"
<joaquinfval...@gmail.com> wrote:

>Hello!

>I am wondering how to encrypt an Integer value the same way
>stripes does with this syntax.  Is this possible?

>@Validate(encrypted = true)
>private Integer memID;

>Something like this:

>String encrypted_value = Someclass.encrypt(memID);

Yes, net.sourceforge.stripes.util.CryptoUtil.encrypt(memID);

Cheers,
Freddy

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to