Skip to main content



      Home
Home » Newcomers » Newcomers » data encryption
data encryption [message #187045] Fri, 05 January 2007 12:25
Eclipse UserFriend
Hi guys,

I’m new to BIRT and am in beginning stages of learning how to use and
implement the reporting tool. Perhaps someone can help figure out how to
do something that I need in my reports.

I’m using a javabean to encrypt critical data before it gets stored in the
database. When a user queries records in the database, the process is
reversed so that data is readable to the user. To do this I create an
instance of my encryption bean:

Krupticos krupticos = new Krupticos() ;

I then use the necessary method as needed:

String str = “some text” ;
str = krupticos.encode(str) ;

to encode the string and:

str = krupticos.decode(str) ;

to reverse the process.

I need to know, how would I go about incorporating this javabean into my
BIRT report so that encrypted data may be decoded?

Thanks for the help - HaBoreh
Previous Topic:Required plugins for Update functionality
Next Topic:Shell command problems with Makefile
Goto Forum:
  


Current Time: Fri Jul 04 06:04:51 EDT 2025

Powered by FUDForum. Page generated in 0.07988 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top