Thank you!
On Jul 11, 2011, at 5:15 PM, Freddy Daoud wrote:
> On Mon, 11 Jul 2011 16:21 -0700, "Joaquin Valdez"
> 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)
>> privat
On Mon, 11 Jul 2011 16:21 -0700, "Joaquin Valdez"
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.encry
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);
Thanks!
Joaquin Valdez
joaquinfval...@gmail.com