<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>dp.</title>
    <link>https://dpdpdpdpdpdp.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Fri, 10 Apr 2026 14:10:12 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>dp.</managingEditor>
    <item>
      <title>MS SQL 쿼리모음 (추가중)</title>
      <link>https://dpdpdpdpdpdp.tistory.com/306</link>
      <description>1.현재 DB에 Table 목록 확인SELECT * FROM INFORMATION_SCHEMA.TABLES;2.Table 정보확인(컬럼 및 상세정보)SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='테이블이름';3.Table 정보확인(키사용정보 확인)SELECT * FROM INFORMATION_SCHEMA.CONSTRAINT_COLUMN_USAGE WHERE TABLE_NAME='테이블이름';SE..</description>
      <category>DB</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/306</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/306#entry306comment</comments>
      <pubDate>Fri, 20 Apr 2018 11:35:22 +0900</pubDate>
    </item>
    <item>
      <title>확인해야할것1</title>
      <link>https://dpdpdpdpdpdp.tistory.com/305</link>
      <description>프로젝트속성 : 멀티바이트문자셋테스트환경 : 영문 OS , 영문로캐일wchar_t * a = L&quot;한글이다&quot;;MessageBoxW(NULL, a, L&quot;&quot;,MB_OK); &amp;nbsp;-&amp;gt; 정상출력OutputDebugStringW(a);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; -&amp;gt; 깨짐</description>
      <category>프로그래밍/C , C ++</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/305</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/305#entry305comment</comments>
      <pubDate>Thu, 30 Mar 2017 19:05:26 +0900</pubDate>
    </item>
    <item>
      <title>CISO 관련 글</title>
      <link>https://dpdpdpdpdpdp.tistory.com/304</link>
      <description>http://opinion.inews24.com/php/news_view.php?g_serial=840381&amp;amp;g_menu=042137&amp;amp;rrf=nv올해 초 우리 사회를 강타한 개인정보 유출사태에 대한 제도적 대응이 이제 어느 정도 마무리 되어 가는 단계에 온 것 같다. 7월의 마지막 날에 국무총리 주재로 열린 국가정책조정회의에서는 ▲피해액의 최대 3배까지 배상액을 중과하는 ‘징벌적 손해배상제도’ 도입 ▲정보통신망법에 도입된 법정손해배상 제도..</description>
      <category>금융보안</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/304</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/304#entry304comment</comments>
      <pubDate>Mon, 25 Aug 2014 10:15:11 +0900</pubDate>
    </item>
    <item>
      <title>[c/c++] 데이터형 정리</title>
      <link>https://dpdpdpdpdpdp.tistory.com/303</link>
      <description>뭔가 long데이터형이 깔끔하지 않아.&amp;nbsp;
&amp;nbsp;32 bit
64 bit&amp;nbsp;

char
1 byte
1&amp;nbsp;

short int&amp;nbsp;
2&amp;nbsp;
2&amp;nbsp;

int&amp;nbsp;
4&amp;nbsp;
4&amp;nbsp;

long &amp;nbsp;int&amp;nbsp;
4&amp;nbsp;
8&amp;nbsp;

float&amp;nbsp;
4&amp;nbsp;
4

double&amp;nbsp;
8
8

pointer&amp;nbsp;
4
8

1. 분류&amp;nbsp;정수형 : char..</description>
      <category>프로그래밍/C , C ++</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/303</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/303#entry303comment</comments>
      <pubDate>Mon, 30 Jun 2014 16:52:26 +0900</pubDate>
    </item>
    <item>
      <title>[전자금융보안론] 인터넷뱅킹역사</title>
      <link>https://dpdpdpdpdpdp.tistory.com/302</link>
      <description>1980 텔레뱅킹 시작1985 PC뱅킹시작1995 인터넷뱅킹시작1996.8 인터넷뱅킹 최초 사고 : 카이스트학생이 분석을 의뢰받아하던도중 발생. 금감원이 모든거래 중지시킴대응으로 1. 암호화, 2보안카드, 3 본인인증 을 금감원에서 지시해서 만족한걸가져오라함.2005.9 전자금융정보 보안 종합대책 + 2007년 까지 금보연 설립 및 OTP센터 구축ps.OTP는 은행별&amp;nbsp;사용건수/발행건수 에따라 비용을 지불하게되어있음.&amp;nbsp;</description>
      <category>금융보안</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/302</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/302#entry302comment</comments>
      <pubDate>Tue, 15 Apr 2014 17:11:55 +0900</pubDate>
    </item>
    <item>
      <title>4. Identification and Authentication|</title>
      <link>https://dpdpdpdpdpdp.tistory.com/298</link>
      <description>보안공학 스터디 - 4장 Identification and Authentication&amp;nbsp;&amp;nbsp;교재 : computer security 4rd edition (저자 : Dieter Gollmann)&amp;nbsp;Intro안전한 시스템 구축을 위하여, 우리는 사용자에게 서비스를 제공 시 사용자의 Identities(신원)를 추적할 필요가 있다.authentication(인증)은 사용자의 신원을 verifying(증명)하는 프로세스이다.사용자의 신원..</description>
      <category>보안공학</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/298</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/298#entry298comment</comments>
      <pubDate>Thu, 26 Sep 2013 16:53:34 +0900</pubDate>
    </item>
    <item>
      <title>3. Foundations of Computer Security</title>
      <link>https://dpdpdpdpdpdp.tistory.com/297</link>
      <description>3.1 DEFINITIONS (정의)소프트웨어가 충돌 할 수도 있다,&amp;nbsp;통신 네트워크 무너질 지도 모른다,&amp;nbsp;하드웨어 구성요소가 실패 할 수도 있다,&amp;nbsp;인간 작동은 실수를 만들 수도 있다.&amp;nbsp;이들이 약간의 의도적인 행동을 위해서 직접 기여하지만 않는다면,&amp;nbsp;이것들은 보안 문제로 분류되지 않을 것이다.&amp;nbsp;우연한 잘못은 신뢰성 문제로 연결되며,&amp;nbsp;동작 실수는 사용의 문제이다.&amp;nbsp;보안은 의도적인 실수와..</description>
      <category>보안공학</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/297</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/297#entry297comment</comments>
      <pubDate>Thu, 26 Sep 2013 16:52:51 +0900</pubDate>
    </item>
    <item>
      <title>2. Managing Security</title>
      <link>https://dpdpdpdpdpdp.tistory.com/296</link>
      <description>2.1&amp;nbsp;공격과 공격자인터넷에서 신용 카드 결제가 먼저 고려 될 때,&amp;nbsp;그것은 고객과 판매자(merchant)&amp;nbsp;간의 트래픽을 보호되어야 하는 것을 필수적 생각했다.결국(after all),&amp;nbsp;기본 인터넷 프로토콜은 기밀성을 제공하지 않는다,&amp;nbsp;그래서 파티들은 카드 번호를 캡처 할 수 있도록 후에 사기(fraudulent)&amp;nbsp;구매를 위해 고객과 판매자 사이에 위치한다. SSL은&amp;nbsp;1990년대 중반 큰 매..</description>
      <category>보안공학</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/296</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/296#entry296comment</comments>
      <pubDate>Thu, 26 Sep 2013 16:52:05 +0900</pubDate>
    </item>
    <item>
      <title>1. History of Computer Security</title>
      <link>https://dpdpdpdpdpdp.tistory.com/295</link>
      <description>컴퓨터 보안은 진행중이다. 지난 40년 동안 계속되는 도전과 대답을 찾았다. 지금부터 컴퓨터 보안 역사에 대해 배우고 원리 이해와 어떻게 발전했는지 알아보자. 목적컴퓨터보안에대한 아웃라인을 잡는 것기존에 발명되었던 개념으로부터의 보안의 유사성파악컴퓨터보안측면에서의 IT 응용프로그램의 변화보안측면에 지장을 주는 부분.   &amp;nbsp;  컴퓨터보안의 태초새로운 컴퓨터보안이 생성되고 있다. 2차세계대전에 브래츨리 파크라는 독일 에니그마 암호 해독 비밀기관에서..</description>
      <category>보안공학</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/295</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/295#entry295comment</comments>
      <pubDate>Mon, 16 Sep 2013 19:39:12 +0900</pubDate>
    </item>
    <item>
      <title>Windows/TCP 예제 프로그래밍 (server/client)</title>
      <link>https://dpdpdpdpdpdp.tistory.com/293</link>
      <description>server/*==================================================&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Windows 기반의 &quot;Hello World&quot; 서버&amp;nbsp;==================================================*/#include&amp;nbsp;&amp;lt;stdio.h&amp;gt;#include&amp;nbsp;&amp;lt;stdlib.h&amp;gt;#include&amp;..</description>
      <category>프로그래밍/C , C ++</category>
      <author>dp.</author>
      <guid isPermaLink="true">https://dpdpdpdpdpdp.tistory.com/293</guid>
      <comments>https://dpdpdpdpdpdp.tistory.com/293#entry293comment</comments>
      <pubDate>Fri, 2 Aug 2013 13:10:31 +0900</pubDate>
    </item>
  </channel>
</rss>