473,395 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

insert into a db...

Our graphic designer has just finished redeveloping our website. On the
site, we use SSL to secure the area where a user enters their personal
information to order items from us. (we do not do many transactions - maybe
1 per day...) We are a log home mfg company so they would only order plan
books, maybe a video etc...

When the user clicks "Submit Order", we want to encrypt each data item
(because of new legislation governing customer personal info etc...) and
write a record to an access db. From here it will be imported into our
Customer DB leads database...

I do not use ASP but program in VB 6 and Access 2000. ASP looks similiar in
many ways...

Does someone have a good ASP script for encrypting data? And, if so, is it
fairly strong encryption?

Also, is there any trick to writing an "insert" SQL script in ASP or is it
exactly the same as I would do in VB or Access? Maybe someone has an
"insert" script handy they could pass along including the command to
actually execute it?

Thanks,

Brad
Jul 19 '05 #1
3 1516
Is it a requirement to have encrypted data in the database itself? Where I
work, there are also many guidelines that we have to follow. The US's OCC
(http://www.occ.gov/) has lots of rules like this that they're always
auditing our Web site security. While we must encrypt all data that is sent
from the browser to the server when it is anything remotely customer
related, (i.e. via httpS), we are not required to store the data encrypted
in the database itself.

As far as coding things the same in VB and ASP, well, that depends on what
you're doing in VB. I assume that you'll be using VB Script as your ASP
language, yes? So, the code should be pretty similar. Browse around some
of the FAQs at www.aspfaq.com for some code samples. One specific one that
you may want to read prior to duplicating VB coding style in an ASP page is
this one. http://www.aspfaq.com/show.asp?id=2191

Ray at work
"Brad Pears" <do********@notreal.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Our graphic designer has just finished redeveloping our website. On the
site, we use SSL to secure the area where a user enters their personal
information to order items from us. (we do not do many transactions -
maybe
1 per day...) We are a log home mfg company so they would only order plan
books, maybe a video etc...

When the user clicks "Submit Order", we want to encrypt each data item
(because of new legislation governing customer personal info etc...) and
write a record to an access db. From here it will be imported into our
Customer DB leads database...

I do not use ASP but program in VB 6 and Access 2000. ASP looks similiar
in
many ways...

Does someone have a good ASP script for encrypting data? And, if so, is it
fairly strong encryption?

Also, is there any trick to writing an "insert" SQL script in ASP or is it
exactly the same as I would do in VB or Access? Maybe someone has an
"insert" script handy they could pass along including the command to
actually execute it?

Thanks,

Brad

Jul 19 '05 #2
I'd also suggest the following articles as well.

http://www.aspfaq.com/show.asp?id=2080
http://www.aspfaq.com/show.asp?id=2126
http://www.aspfaq.com/show.asp?id=2183

Ray Costanzo [MVP] wrote:
Is it a requirement to have encrypted data in the database itself? Where I
work, there are also many guidelines that we have to follow. The US's OCC
(http://www.occ.gov/) has lots of rules like this that they're always
auditing our Web site security. While we must encrypt all data that is sent
from the browser to the server when it is anything remotely customer
related, (i.e. via httpS), we are not required to store the data encrypted
in the database itself.

As far as coding things the same in VB and ASP, well, that depends on what
you're doing in VB. I assume that you'll be using VB Script as your ASP
language, yes? So, the code should be pretty similar. Browse around some
of the FAQs at www.aspfaq.com for some code samples. One specific one that
you may want to read prior to duplicating VB coding style in an ASP page is
this one. http://www.aspfaq.com/show.asp?id=2191

Ray at work
"Brad Pears" <do********@notreal.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Our graphic designer has just finished redeveloping our website. On the
site, we use SSL to secure the area where a user enters their personal
information to order items from us. (we do not do many transactions -
maybe
1 per day...) We are a log home mfg company so they would only order plan
books, maybe a video etc...

When the user clicks "Submit Order", we want to encrypt each data item
(because of new legislation governing customer personal info etc...) and
write a record to an access db. From here it will be imported into our
Customer DB leads database...

I do not use ASP but program in VB 6 and Access 2000. ASP looks similiar
in
many ways...

Does someone have a good ASP script for encrypting data? And, if so, is it
fairly strong encryption?

Also, is there any trick to writing an "insert" SQL script in ASP or is it
exactly the same as I would do in VB or Access? Maybe someone has an
"insert" script handy they could pass along including the command to
actually execute it?

Thanks,

Brad



Jul 19 '05 #3
Don't forget the Windows Script documentation

http://surl.co.uk/?785

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"joker" <no*****@netzero.com> wrote in message
news:#n**************@TK2MSFTNGP09.phx.gbl...
I'd also suggest the following articles as well.

http://www.aspfaq.com/show.asp?id=2080
http://www.aspfaq.com/show.asp?id=2126
http://www.aspfaq.com/show.asp?id=2183

Ray Costanzo [MVP] wrote:
Is it a requirement to have encrypted data in the database itself? Where I work, there are also many guidelines that we have to follow. The US's OCC (http://www.occ.gov/) has lots of rules like this that they're always
auditing our Web site security. While we must encrypt all data that is sent from the browser to the server when it is anything remotely customer
related, (i.e. via httpS), we are not required to store the data encrypted in the database itself.

As far as coding things the same in VB and ASP, well, that depends on what you're doing in VB. I assume that you'll be using VB Script as your ASP
language, yes? So, the code should be pretty similar. Browse around some of the FAQs at www.aspfaq.com for some code samples. One specific one that you may want to read prior to duplicating VB coding style in an ASP page is this one. http://www.aspfaq.com/show.asp?id=2191

Ray at work
"Brad Pears" <do********@notreal.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Our graphic designer has just finished redeveloping our website. On the
site, we use SSL to secure the area where a user enters their personal
information to order items from us. (we do not do many transactions -
maybe
1 per day...) We are a log home mfg company so they would only order planbooks, maybe a video etc...

When the user clicks "Submit Order", we want to encrypt each data item
(because of new legislation governing customer personal info etc...) and
write a record to an access db. From here it will be imported into our
Customer DB leads database...

I do not use ASP but program in VB 6 and Access 2000. ASP looks similiar
in
many ways...

Does someone have a good ASP script for encrypting data? And, if so, is itfairly strong encryption?

Also, is there any trick to writing an "insert" SQL script in ASP or is itexactly the same as I would do in VB or Access? Maybe someone has an
"insert" script handy they could pass along including the command to
actually execute it?

Thanks,

Brad


Jul 19 '05 #4

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

Similar topics

3
by: Howard Hinnant | last post by:
I recently asked for a survey of multimap insert with hint behavior, in support of a paper I'm writing concerning lwg issue 233. My sincere thanks to Beman Dawes, Raoul Gough, Russell Hind, Bronek...
6
by: Mark P | last post by:
Some time ago I posted here about inserting into a set with a hint: ...
14
by: serge | last post by:
I have a scenario where two tables are in a One-to-Many relationship and I need to move the data from the Many table to the One table so that it becomes a One-to-One relationship. I need to...
16
by: Philip Boonzaaier | last post by:
I want to be able to generate SQL statements that will go through a list of data, effectively row by row, enquire on the database if this exists in the selected table- If it exists, then the colums...
8
by: Carl | last post by:
Hi, I hope someone can share some of their professional advice and help me out with my embarissing problem concerning an Access INSERT query. I have never attempted to create a table with...
4
by: Chris Kratz | last post by:
Hello all, We have run into what appears to be a problem with rules and subselects in postgres 7.4.1. We have boiled it down to the following test case. If anyone has any thoughts as to why...
2
by: Geoffrey KRETZ | last post by:
Hello, I'm wondering if the following behaviour is the correct one for PostGreSQL (7.4 on UNIX). I've a table temp_tab with 5 fields (f1,f2,f3,...),and I'm a launching the following request :...
3
by: MP | last post by:
Hi Posted this several hours ago to another ng but it never showed up thought i'd try here. using vb6, ado, .mdb, jet4.0, no access given table tblJob with field JobNumber text(10) 'The...
6
by: lenygold via DBMonster.com | last post by:
Hi everybody: What is the best way to I have 10 tables with similar INSERT requiremnts. INSERT INTO ACSB.VAATAFAE WITH AA(AA_TIN, AA_FILE_SOURCE_CD, .AA_TIN_TYP) AS ( SELECT AA_TIN,...
1
by: EJO | last post by:
with sql 2000 enterprise Trying to build a stored procedure that will take the rows of a parent table, insert them into another table as well as the rows from a child table to insert into...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...

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.