태그 : crypto 요약보기전체보기목록닫기
- Microsoft Crypto Library Endian Problem(0)2011.09.29
- Block cipher encrypted size 구하기(0)2011.09.01
- FreeBSD SSL 컴파일(0)2008.08.13
1
- IT
- 2011/09/29 10:15
Note that if we were using the Win32 API, we would retrieve a PUBLICKEYBLOB (or PRIVATEKEYBLOB) which would house the public or private key blob. The Win32 blob would be in Little Endian order, whic...
- IT
- 2011/09/01 15:54
보통 Block cipher에서 암호화했을 경우 패딩에 의한 크기를 예측할 때 아래 수식을 쓰는 것이 좋다.
srcsize + blocksize - (srcsize % blocksize)
- IT
- 2008/08/13 15:20
$ g++ ssltest.cpp -o ssltest -lssl
/usr/lib/libssl.so: undefined reference to `BIO_find_type'
/usr/lib/libssl.so: undefined reference to `EVP_enc_null'
/usr/lib/libssl.so: undefined reference to ...
1



최근 덧글