Chong Long Choo (钟鑨柱)

Chong Long Choo

  •  

    December 2009
    S M T W T F S
    « Feb    
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
  • Archives

Archive for the ‘c#’ Category

Random Number Generation Library

Posted by chonglongchoo on October 7, 2008

This library contains collection of random number generation algorithm:

  1. Additive Lagged Fibonacci
  2. Boost Random
  3. Gaussian Deviate Random
  4. GFSR Random
  5. Mersenne Twister
  6. Net Random
  7. Perlin Noise Random
  8. RanLux
  9. RNGCryptoServiceProvider
  10. Xor Shift

DOWNLOAD

Posted in Mathematics, Open Source Projects, c# | Leave a Comment »

Registry Seacher

Posted by chonglongchoo on October 5, 2008

To search registry by specifying regular expression

DOWNLOAD

Posted in Open Source Projects, Registry, c# | Leave a Comment »

Registry Watcher

Posted by chonglongchoo on October 5, 2008

To monitor changes of a registry key.

DOWNLOAD

Posted in Open Source Projects, Registry, c# | Leave a Comment »

Mathematical Library that extends System.Math

Posted by chonglongchoo on October 5, 2008

A mathematical library that consists of mathematics special functions, mathematics and scientific constants, extended functions (extend System.Math), Complex Number, Matrix and Vector.

DOWNLOAD

Posted in Mathematics, Open Source Projects, c# | Leave a Comment »

Managed Symmetric Cryptography Library

Posted by chonglongchoo on October 5, 2008

A managed symmetric cryptography library that supports Aes192, Aes256, DES, RC2, Rijndael, TripleDES, Blowfish, Twofish, RC4, ARC4.

DOWNLOAD

Posted in Cryptography, Open Source Projects, c# | Leave a Comment »

Managed Hash Library

Posted by chonglongchoo on October 5, 2008

A managed hash library that supports SHA1, SHA256, SHA384, SHA512, MD5, MD2, CRC32_ZIP, CRC8, CRC16_IBM, CRC16_CCITT, MD4, CRC24, CRC16_ARC, CRC16_XMODEM, CRC16_ZMODEM, CRC32, XUM32, SHA224, CRC32_JAMCRC, CRC32_BZIP2, CRC64_ISO, CRC64_ECMA, HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512, HMACMD5, HMACRIPEMD160, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, TIGER, ADLER32, FCS16, FCS32, GHASH323, GHASH325, GOST, WHIRLPOOL, HAVAL128, HAVAL160, HAVAL192, HAVAL224, HAVAL256, CKSUM, ELFHASH, FNV0_32, FNV0_64, FNV1_32, FNV1_64, FNV1A_32, FNV1A_64, JHASH, SumSysV, SumBSD, Snefru2_4_128, Snefru2_4_256, Snefru2_8_128 and Snefru2_8_256.

DOWNLOAD

Posted in Cryptography, Open Source Projects, c# | Leave a Comment »

Password Generator

Posted by chonglongchoo on October 5, 2008

A library to check password complexity and generate random password.

DOWNLOAD

Posted in Open Source Projects, Security, c# | Leave a Comment »

File Shredder Library

Posted by chonglongchoo on October 5, 2008

A file/folder shredder library that supports the following algorithm: Simple, BritishHMGIS5BaseLine, BruceSchneier, RussianGOSTP50739, USAirForce5020, GermanVSITR, BritishHMGIS5Enhanced, USDOD522022M, USArmyAR38019, CanadianRCMPTSSITOPSII, USDOD522022MECE, PeterGutmannLite and PeterGutmann.

DOWNLOAD

Posted in Open Source Projects, Security, c# | Leave a Comment »

Numerical Library

Posted by chonglongchoo on October 5, 2008

A package consists of math library, vector and matrix library, statistics library, and numerical analysis library.

DOWNLOAD

Posted in Mathematics, Open Source Projects, c# | Leave a Comment »

Protect Folder

Posted by chonglongchoo on October 5, 2008

To provide total solution on preventing unauthorized access to sensitive documents with password.

DOWNLOAD

Posted in Open Source Projects, Security, c# | Leave a Comment »