473,397 Members | 2,056 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,397 software developers and data experts.

How to Encrypt Specific Data Field in SQL 2000 Select Query

CabaasSalwe
i have Table colled User it cantains Password Field,
Normaly in Salect Query for this Table, Will retrive All
data Fields in this Table and Password Field all so Displed,

My qeustion is How to encrypt Password Field in Fake Data
ex(********) durring Select Query!

like this..

Id: UserName:Passwod
1 CBS *******
2 VCB *******

Thanks
Jan 30 '13 #1
2 1694
Rabbit
12,516 Expert Mod 8TB
First off, there are almost no situations in which you should store the password. Store the hash instead.

Second, in that rare situation where you should store the password, never store it in plain text. Store it encrypted in the first place.
Jan 30 '13 #2
NeoPa
32,556 Expert Mod 16PB
As Rabbit says, storing plain text passwords is a seriously bad idea if you have any security requirements.

These links (AES Encryption Algorithm for VBA and VBScript; RC4 Encryption Algorithm for VBA and VBScript; SHA2 Cryptographic Hash Algorithm for VBA and VBScript) will give an idea, although they are mainly coded in VBA, as to some of the options available.
Jan 30 '13 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Phil | last post by:
Is it possible to swap rows and columns in select query output so that each record's data is displayed in a column? I want to collect data each day and display it in a query with each day's date...
0
by: gonalli | last post by:
dear friends i would like to save an query result in the field and also to make it appear over a form . in one-many relationship tables TABLE EMPLOYEES TABLE MEMBERSHIP employee name ...
2
by: cherylwalsh35 | last post by:
I am working in access - using a select Query. I am including a memo field. The table has all of the data in the memo field displayed - however when I run a select query and include the memo...
3
by: IntelliOfficer | last post by:
The data I am using was imported from Excel. The tables were then merged into one large table (3 million + records) and so cannot be re-exported into excel for modification. I am trying to map the...
2
by: dez5000 | last post by:
I have a query that is pulling a list of patients seen within a certain time frame at certain locations and it also shows whether they had a certain test done. I want to report by location the list...
3
by: josh456 | last post by:
I am having trouble with the following expression in a select query not working. Expr5: IIf(!!="All","All", Or ) If I change the query to the following I am able to retrieve data from my query...
2
by: paulmitchell507 | last post by:
I think I am attempting a simple procedure but I just can't figure out the correct syntax. My asp (classic) page runs a SELECT query to obtain dates and ID's from 2 tables uSQL = "SELECT...
1
by: cbjones | last post by:
Can I lable the output column resulting from a SELECT query with a variable from one of the tables which are the source of the data? I know I can hard code the lables in the SELECT statement but...
7
by: Dresse | last post by:
Hello again I am having some trouble getting the right data out of my database, maybe any of you can help me get the right data. My Tables: tblReport ReportID (pk) Date
4
semanticnotion
by: semanticnotion | last post by:
Hi guys how can i retrieve the last inserted record from datebase. my primary key is not auto_increment its type is bigint because i want to insert SSN no as a primary key. when i retrive the data...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.