Paul, I couldn't sleep much last night after all this talk of security. We have 7 files: R1,R2,R3,R4,Exe,Shortcut,Procedures. A quick look at different sites gave me the impression that the 2 main security areas are user password and encryption. I need to develope something like Marc's password method. Right now, the R1-4 are not encrypted, the .exe is encrypted, shortcut and procedures don't need anything. Thank you, Boyd
---- Paul <[email protected]> wrote: > By the way Boyd! The un-encrypt does work. Read RBase 'Help' very > carefully and post if you have ANY questions. It is best to set a var = to > 'Your_Password' a BIG hint here 'Ok'. > > Then run the command. I recall a bit of difficulty in the past on this > issue, about 1.5 years ago. Test twice before deploy! <g> but be safe. > > > Paul D. > > Do not want you spending all day on un-encrypt. I will try to find it in my > app if you have any trouble (I doubt you will). > > > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > [email protected] > Sent: Tuesday, October 20, 2009 11:58 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - Re: Software Security > > Ken, > WOW, I have V8. > I think we have 7 or 8 files. > One day I'm going to read the book, or pdf's. > Thank you, > Boyd > > > ---- [email protected] wrote: > > 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 > > > > > > > > > > > > > > > > > > > > > > > --- RBASE-L > =======================3D=======================3 > D= > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [email protected] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > =======================3D=======================3 > D= > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: INTRO > =======================3D=======================3 > D= > TO UNSUBSCRIBE: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: UNSUBSCRIBE > =======================3D=======================3 > D= > TO SEARCH ARCHIVES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: SEARCH-n > (where n is the number of days). In the message body, > place any > text to search for. > =======================3D=======================3 > D= > >

