Hi Boyd, I was referring to the built in encryption functionality of RBASE 7.6 or V8. Open an eep, cmd, rmd etc in database explorer and then file save as. An option is displayed on the save as dialog, which indicates to add encryption. Alternatively, with additional coding external command files, rmds, eeps etc can be stored inside of the database as long varchars. Using the RUN SELECT syntax there is the option to run and trace these files stored inside a table. These tables can be secured from prying eyes using a master owner password. The BLOB editor can be used to edit these files.
I personally use the second method, there are no external files in my applications. Regards, Ken ----- Original Message ----- From: [email protected] Date: Tuesday, October 20, 2009 9:37 pm Subject: Re: [RBASE-L] - Re: Software Security To: [email protected] Cc: [email protected] > Ken, > What encryption software are you using? > Boyd > > ---- [email protected] wrote: > > There are a couple of things that can easily be done. > > 1. Set trace off on all forms, reports and labels. > > 2. Put an owner id and password into the database and use that > id to internally log into the application on the first connect. > Encrypt all files outside the database. Password protect any > external forms. > > 3. Click on the link below to see the enhancements for > R:COMPILER 9.0. and evaluate if this may be a path to persue. > > > > http://rbasedevcon.blogspot.com/2009/10/product-showcase-and- > highlights.html> > > Regards, Ken > > ----- Original Message ----- > > From: [email protected] > > Date: Monday, October 19, 2009 10:42 pm > > Subject: [RBASE-L] - Software Security > > To: [email protected] (RBASE-L Mailing List) > > > > > > > > We have just completed our first app. > > > I have to add some data and then we can compile our first > demo > > > version 1.0 for evaluation. > > > Our only security is the complier right now.( 30 day demo ) > > > What is available from Rbase and what are other people using > for > > > a distributed application? > > > http://bmsinterior.design.officelive.com/default.aspx --this > is > > > the most current site. > > > I have new forms and the changes will be made this week-end. > > > Sorry to miss the conference, but next year I should have > some > > > stories to shares. > > > Thank you, Boyd > > > > > > > > > > >

