출처 : http://www.himini.com/zbxe/vc_pds/121/page/2
출처 : http://www.himini.com/zbxe/vc_pds/112/page/2
Remote Control PCs
PC를 원격에서 조정할 수 있는 프로그램 소스입니다.
넷미팅의 바탕화면 공유와 비슷합니다.
파일은 서버 프로젝트와 클라이언트 프로젝트로 나뉘어져 있습니다.
1. To show an implementation of sockets version 2.0 programming.
2. To show how to write an object oriented C++ project using the Win 32 SDK.
3. To show how to mix C/C++ source code.
4. To show how to utilize a powerful component of Windows message handling using Message Crackers, in an object oriented environment.
5. To show how to capture a desktop display in a device dependant bitmap (DDB) format and convert it to a device independant bitmap (DIB) format.
6. To show how to implement two types of data compression schemes, in assembly language, that work well for graphics and are very fast.
7. To combine all these aspects together in a project that allows remote controlling of a remote pc.
출처 : http://www.himini.com/zbxe/vc_pds/104/page/2
Cryptest (MFC Style Crypto++ v4.2 Library GUI)
Crypto++ is a free C++ class library of cryptographic schemes. Currently the library consists of the following, some of which are other people's code, repackaged into classes.
*a class hierarchy with an API defined by abstract base classes
*Proposed AES (Rijndael) and other AES candidates: RC6, MARS, Twofish, Serpent, CAST-256
*other symmetric block ciphers: IDEA, DES, Triple DES (DES-EDE2 and DES-EDE3), DESX (DES-XEX3), RC2, RC5, Blowfish, Diamond2, TEA, SAFER, 3-WAY, GOST, SHARK, CAST-128, Square, Skipjack
*generic cipher modes: CBC padded, CBC ciphertext stealing (CTS), CFB, OFB, counter mode
*stream ciphers: Panama, ARC4, SEAL, WAKE, Sapphire II, BlumBlumShub
*public key cryptography: RSA, DSA, ElGamal, Nyberg-Rueppel (NR), BlumGoldwasser, Rabin, Rabin-Williams (RW), LUC, LUCELG
*padding schemes for public-key systems: PKCS#1 v2.0, OAEP, PSSR, IEEE P1363 EMSA2
*key agreement schemes: Diffie-Hellman (DH), Unified Diffie-Hellman (DH2), Menezes-Qu-Vanstone (MQV), LUCDIF, XTR-DH
*elliptic curve cryptography: ECDSA, ECNR, ECIES, ECDHC, ECMQVC
*one-way hash functions: SHA-1, MD2, MD4, MD5, HAVAL, RIPEMD-160, Tiger, SHA-2 (SHA-256, SHA-384, and SHA-512), Panama
*message authentication codes: MD5-MAC, HMAC, XOR-MAC, CBC-MAC, DMAC
*cipher constructions based on hash functions: Luby-Rackoff, MDC
*pseudo random number generators (PRNG): ANSI X9.17 appendix C, PGP's RandPool
*Shamir's secret sharing scheme and Rabin's information dispersal algorithm (IDA)
*DEFLATE (RFC 1951) compression/decompression with gzip (RFC 1952) and zlib (RFC 1950) format support
*fast multi-precision integer (bignum) and polynomial operations
*finite field arithmetics, including GF(p) and GF(2^n)
*prime number generation and verification
*various miscellaneous modules such as base 64 coding and 32-bit CRC
*class wrappers for these operating system features (optional):
- high resolution timers on Windows, Unix, and MacOS
- Berkeley and Windows style sockets
- Windows named pipes
- /dev/random and /dev/urandom on Linux and FreeBSD
- Microsoft's CryptGenRandom on Windows
*A high level interface for most of the above, using a filter/pipeline metaphor
*benchmarks and validation testing
암호화에 관한 추가 참고 사이트 : http://www.cryptopp.com/