Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » data encryption
data encryption [message #187045] Fri, 05 January 2007 17:25
Leo Mising name is currently offline Leo Mising nameFriend
Messages: 10
Registered: July 2009
Junior Member
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: Thu Mar 28 13:54:48 GMT 2024

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

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

Back to the top