Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- update
- MSSQL보안
- xmldom
- JavaScript
- 이미지가로길이
- sql랭킹
- injection
- jdbc driver
- instr
- WML
- javascript 한글입력체크
- 한글입력체크
- 자바기초
- inner join
- 이미지세로길이
- asp함수
- VARIABLE
- SPLIT
- array
- sql순위
- FileSystemObject
- 정규식
- sql업데이트
- VarType
- tempDB
- ERD
- 인젝션
- wap
- join
- XML
Archives
- Today
- Total
목록pwdencrypt (1)
3초기억력
MS-MQL : 암호화, 암호화 컬럼 비교 ( PwdEncrypt, PwdCompare )
제목 : MS-MQL : 암호화, 암호화 컬럼 비교 table 명 : test_pass column : pass varbinary(500) sql문 insert into test_pass values (PwdEncrypt('test암호')) insert into test_pass values (PwdEncrypt('test암호2')) insert into test_pass values (PwdEncrypt('test암호3')) insert into test_pass values (PwdEncrypt('test암호4')) select pass from test_pass where PwdCompare('test암호', pass) = 1 pass컬럼의 내용이 'test암호' 인것만 추출됨 내용 : PwdEnc..
쿼리_MSSQL
2011. 8. 16. 12:42