본문 바로가기

분류 전체보기

(55)
htaccess파일 & web.config파일 & httpd.conf파일 (정리해야함) 보호되어 있는 글입니다.
[ChipWhisperer tutorial] Simple Power Analysis Tutorials. Timing Analysis with Power for Password Bypass 이번 tutorial은 Password의 우회에 대한 Power를 사용하여 Timing을 분석하는 방법이다. This tutorial will introduce you to breaking devices by determining when a device is performing certain operations. It will use a simple password check, and demonstrate how to perform a basic power analysis. Note this is not a prerequisite to the tutorial on breaking AES. You can skip this tutorial if you wish to go ahead with the AES ..
[Toy project] Movie Data 설계/관리 (1) 지금 부터 진행할 Toy project 주제는 Movie Data를 DBMS와 JAVA를 통해 설계/관리하는 program을 구현하는 것이다. 1. Initial Data 해당 Data들에 대한 initial 정보는 다음과 같고, 아래는 해당 initial 정보에 대한 엑셀 파일이다. 2. 개발 환경 version Eclipse version : JDK 1.8 JDBC version : 42.2.12 Postgre SQL version : 12 3. How to compile and run Main class의 Java comiler의 properties는 [Figure.5]와 같이 확인할 수 있었다.
[ChipWhisperer tutorial] Intro Tutorial(3). Measuring SNR of Target 이번 tutorial은 Target의 SNR을 측정하는 방법에 대해 설명한다. tutorial을 통한 분석 전에 SNR에 대해 알아보자. 0.1 Signal to Noise Ratio(SNR) In general, the "Signal to Noise Ratio" is defined as: 𝑆𝑁𝑅=𝑉𝑎𝑟(𝑆𝑖𝑔𝑛𝑎𝑙)𝑉𝑎𝑟(𝑁𝑜𝑖𝑠𝑒)SNR=Var(Signal)Var(Noise) - 식(1) This is to say the variance in the signal measured compared to the variance in the noise measured. You will often see SNR expressed in dB, which is a logarithmic scale. In which..
[ChipWhisperer tutorial] Intro Tutorial(2). Instruction Differences 이번 tutorial은 side channel attack의 방법 중 하나인 Instruction Differences에 대해서 소개하고 있다. 지원되는 setup은 다음과 같다. This tutorial will introduce you to measuring the power consumption of a device under attack. It will demonstrate how the power consumption of a target changes based on what operations it's doing. 이 tutorial은 공격중인 장치의 전력 소비를 측정하는 방법에 대해서 소개한다. 수행중인 operation에 따른 target의 전력 소비가 어떻게 변하는지 보여주는데, 이는 ..
[ChipWhisperer tutorial] Intro Tutorial(1). Firmware Build Setup 이번 tutorial은 Firmware build setup에 대해서 소개하고 있다. This tutorial will introduce you to the software side of ChipWhisperer, including the tutorials themselves. It will also show you how to perform different operations on data based on input from the ChipWhisperer software. This can be used for building your own system which you wish to 'break'. All the %%bash blocks can be run either in Jupyter or i..