Re: [SLUG] OT: Any Sarasota/Bradenton doctors who are online?

From: Eben King (eben1@tampabay.rr.com)
Date: Sat Sep 04 2004 - 14:41:17 EDT


On Sat, 4 Sep 2004, Pete Theisen wrote:

> Ken Elliott wrote:
> > Pete>>I am working on such an application for Traditional Chinese Medicine.
> > Pete>>I guess I will have to make it lock down by default so they *have* to
> > use secure passwords,
> > Pete>> change the passwords every so often and so on.
> >
> > Since you are writing the app, you could encrypt the data BEFORE you store
> > it in a database. That would render it useless to anything other then your
> > application. Each patient would need a client copy of an app that would
> > (using normal security measures) read the database, and decode it using a
> > patient-specific key. Your app would have to use a different key for each
> > patient, and you'd have to provide a way to change the data should a key be
> > made public. That way, you could only lose on patient's data at a time,
> > rather than risk the whole DB.
>
> Food for thought, thanks. Academic right now since I am still trying to
> copy a file to a floppy

if you have mtools:

mcopy file a:

if you don't:

mount /dev/fd0 /path/to/empty/dir -t whatever
cp file /path/to/empty/dir
umount /path/to/empty/dir

-- 
-eben    ebQenW1@EtaRmpTabYayU.rIr.OcoPm    home.tampabay.rr.com/hactar

Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats. -- H.L. Mencken

----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 16:48:48 EDT