473,766 Members | 2,020 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Search an encrypted database and display results

Hi - I am looking for a solution to a clients requirement. They want
to distribute a database of info on CD, which user can search on
selected fields and results will be displayed.
The data and database MUST be encrypted and be displayed on-screen in
a format that cannot be 'Copy/Pasted'. Apart from the search results
displayed on-screen, user must NOT be able to extract multiple records
to use for Spamming.
Database about 1/2 million records with 10 fields.

Ideally application must run from CD with no setup.exe to install on
their PC.
Doesn't have to be VB, doesn't have to be a database, but must run on
Windows 95 upwards. We intend sending out hundreds of thousands of
CD's so s/w licensing cost is major issue

What can you suggest?
Nov 12 '05 #1
1 1468
bi***@eject.co. za (BillK) wrote in
news:11******** *************** ***@posting.goo gle.com:
Hi - I am looking for a solution to a clients requirement. They want
to distribute a database of info on CD, which user can search on
selected fields and results will be displayed.
The data and database MUST be encrypted and be displayed on-screen in
a format that cannot be 'Copy/Pasted'. Apart from the search results
displayed on-screen, user must NOT be able to extract multiple records
to use for Spamming.
Database about 1/2 million records with 10 fields.

Ideally application must run from CD with no setup.exe to install on
their PC.
Doesn't have to be VB, doesn't have to be a database, but must run on
Windows 95 upwards. We intend sending out hundreds of thousands of
CD's so s/w licensing cost is major issue

What can you suggest?


Most encryptions can be broken, and will be if it's worthwhile to do so,
("hundreds of thousands" might be a clue that it would be). Many big
organizations include encryption as a simple way to discourage the casual
snoop, but don't pretend that this makes the data secure. An example is
Yahoo Messenger log files. Of course, a picture of the screen is always
available, TTBOMK, with Print Screen, and there are resident programs
available that enhance this capability. Just for my own interest, why
would users want to view data (e-mail addresses presumably) and not use
them?

If I needed to do something like this, I think I would be more likely to
store that data on a server somewhere where it was extremely difficult
(nothing is impossible) for anyone to access, and make the screen shots
available through some kind of internet application, with paid licensing
required, and one of those, copy the characters you see in this picture
procedures to prevent programmed mining. Even then, a patient user could
get details by copying the html source of the page, although some clever
script might make this difficult.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2028
by: Francisco | last post by:
I have this question: I have a simple search to a db, something like: "select description from games where year = '1990'" suppose I get 300 results, I would like to display this in pages of 30 results per page, so I would use "limit 0, 30" for the first page. But this way, I don't know how many results would I have if I didn't use "limit". So how do I know if I have more than one page to display?, the only way I can thing is to do the...
1
2703
by: BillK | last post by:
Hi - I am looking for a solution to a clients requirement. They want to distribute a database of info on CD, which user can search on selected fields and results will be displayed. The data and database MUST be encrypted and be displayed on-screen in a format that cannot be 'Copy/Pasted'. Apart from the search results displayed on-screen, user must NOT be able to extract multiple records to use for Spamming. Database about 1/2 million...
2
3534
by: CharitiesOnline | last post by:
Hello, I have set this script up to add paging to a search results page. Which on the first page works fine. I calculates how many pages there should be depending on the number of results returned from my search and how many records I have set it to display per page. All great so far, HOWEVER..... When you click the next link to see the next 10 results on the next page, it just dumps the search details and pulls up all the records in the...
0
3664
by: todd | last post by:
here is a search tool SP I wrote. How many times have you wanted to search all your Stored procs or views (in a database) for a keyword but couldn't!? Well now you can! THis can makes life a lot easier for developers. Would you email me and let me know which part of the world my code is running in?
2
2629
by: Arsalan Ahmad | last post by:
Hi, May be I am a newbie, or may be i dont have that much insight in following systems ..i.e. why i have some confusions as below: In many websites, when search is performed on some keywords (not only including google which perform general search but other sites which perform seach on a particular type of item in their database) then many search results are obtained (for example more than 100 or even more than 1000) but only limited...
0
2080
by: | last post by:
I have a question about spawning and displaying subordinate list controls within a list control. I'm also interested in feedback about the design of my search application. Lots of code is at the end of this message, but I will start with an overview of the problem. I've made a content management solution for my work with a decently structured relational database system. The CMS stores articles. The CMS also stores related items --...
1
7552
Merlin1857
by: Merlin1857 | last post by:
How to search multiple fields using ASP A major issue for me when I first started writing in VB Script was constructing the ability to search a table using multiple field input from a form and having the sql statement dynamically built according to the input provided by the user. I have used the method described here hundreds of times it is quick and adaptive. I generally use a frames page for the search, in this way the search is maintained...
5
2630
by: th1982 | last post by:
HI All I have a search page' s result which view 3results/per page,but my "next" link to view next page is not working. Here is my code : <?php // Get the search variable from URL $string = @$_GET ; $trimmed = trim($string); //trim whitespace from the stored variable // rows to return
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10168
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10008
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9837
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8833
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5279
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.