Advertisement

Results for "Author: vincent bouret"

2002ASP #3883
Weak Password Detector 2.0 (Updated)

(Updated version) Now with common list of passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. NOTE: Please vote on Weak Password Detector 2.1 (in the code of the month section) please!

2002ASP #3884
XML Note Creator

Many people are trying to understand how XML work. This app show one of the applications you can give to XML. This is a simple note creator that will convert user-inputs into an XML document and with the style sheet included you will be able to save this document and display it in a browser (only tested on IE 5.x but should work on Netscape 4.6+). All the code is fully documented. Don't forget to unzip the .css file (the style sheet) in the same directory. Please rate it by your appreciation so I can continue create innovative applications. Note: You can easily modify the style sheet.

2002ASP #3885
Weak Password Detector 2.1 (Updated)

(Updated version) Now with list of common passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. Please rate it so I can see your appreciation.

2002ASP #3886
Atomic Time Syncronisation (Updated)

This is a simple Atomic Time Syncronisation application. It allows you to syncronise Local System Clock with Atomic Clocks around the USA. You choose your server, select your regional GMT decal and then you can easily do syncronization. Note: there may be one or two seconds delay from the real time but this is not important since the system clock is rapidly desyncronizing by itself. See http://www.boulder.nist.gov/timefreq/service/its.htm for more information on Atomic Time. Now with high precision syncronisation.

2002ASP #3887
MSN Messenger Monitor (Fixed)

This program is a simple monitor for MSN Messenger Service. You just have to boot this, and then log normally with MSN Messenger. The app will act as a monitor to show you how the client is communicating with Microsoft servers. I actually did a complete MSN Messenger Client from scratch and compatible with existing protocol and I will soon post it here. With this monitor, you should have a great idea of the great communication procotol. For the complete MSN Messenger Protocol goto: http://www.tlsecurity.net/Textware/Misc/draft-movva-msn-messenger-protocol-00.txt Don't forget to change your registry settings: HKEY_CURRENT_USER\Software\Microsoft\MessengerService\' find the key "Server" and change it to 127.0.0.1;127.0.0.1:1863 and don't forget to backup your original values. If you already erased it, the initial value that should work is messenger.hotmail.com;127.0.0.1:1863

2002ASP #3888
Base Conversion Pro

The function BaseConv convert any base 10 numbers to any selected base (max 64) and the function ConvBase10 convert it back to base 10. It can be useful for cryptography purpose example: convert the ASCII value of a char to a secret base...or it can be useful for any algorithm that returns numbers and that you want as a string. The maximum base could be extended by adding other characters to the constant DIGITS. With the original DIGITS this algorithm is compatible for conversion to common base: Binary (2), Hex (16), Octal (8).

2002C #12487
Weak Password Detector 2.0 (Updated)

(Updated version) Now with common list of passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. NOTE: Please vote on Weak Password Detector 2.1 (in the code of the month section) please!

2002C #12488
XML Note Creator

Many people are trying to understand how XML work. This app show one of the applications you can give to XML. This is a simple note creator that will convert user-inputs into an XML document and with the style sheet included you will be able to save this document and display it in a browser (only tested on IE 5.x but should work on Netscape 4.6+). All the code is fully documented. Don't forget to unzip the .css file (the style sheet) in the same directory. Please rate it by your appreciation so I can continue create innovative applications. Note: You can easily modify the style sheet.

2002C #12489
Weak Password Detector 2.1 (Updated)

(Updated version) Now with list of common passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. Please rate it so I can see your appreciation.

2002C #12490
Atomic Time Syncronisation (Updated)

This is a simple Atomic Time Syncronisation application. It allows you to syncronise Local System Clock with Atomic Clocks around the USA. You choose your server, select your regional GMT decal and then you can easily do syncronization. Note: there may be one or two seconds delay from the real time but this is not important since the system clock is rapidly desyncronizing by itself. See http://www.boulder.nist.gov/timefreq/service/its.htm for more information on Atomic Time. Now with high precision syncronisation.

2002C #12491
MSN Messenger Monitor (Fixed)

This program is a simple monitor for MSN Messenger Service. You just have to boot this, and then log normally with MSN Messenger. The app will act as a monitor to show you how the client is communicating with Microsoft servers. I actually did a complete MSN Messenger Client from scratch and compatible with existing protocol and I will soon post it here. With this monitor, you should have a great idea of the great communication procotol. For the complete MSN Messenger Protocol goto: http://www.tlsecurity.net/Textware/Misc/draft-movva-msn-messenger-protocol-00.txt Don't forget to change your registry settings: HKEY_CURRENT_USER\Software\Microsoft\MessengerService\' find the key "Server" and change it to 127.0.0.1;127.0.0.1:1863 and don't forget to backup your original values. If you already erased it, the initial value that should work is messenger.hotmail.com;127.0.0.1:1863

2002C #12492
Base Conversion Pro

The function BaseConv convert any base 10 numbers to any selected base (max 64) and the function ConvBase10 convert it back to base 10. It can be useful for cryptography purpose example: convert the ASCII value of a char to a secret base...or it can be useful for any algorithm that returns numbers and that you want as a string. The maximum base could be extended by adding other characters to the constant DIGITS. With the original DIGITS this algorithm is compatible for conversion to common base: Binary (2), Hex (16), Octal (8).

2002VB #21091
Weak Password Detector 2.0 (Updated)

(Updated version) Now with common list of passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. NOTE: Please vote on Weak Password Detector 2.1 (in the code of the month section) please!

2002VB #21092
XML Note Creator

Many people are trying to understand how XML work. This app show one of the applications you can give to XML. This is a simple note creator that will convert user-inputs into an XML document and with the style sheet included you will be able to save this document and display it in a browser (only tested on IE 5.x but should work on Netscape 4.6+). All the code is fully documented. Don't forget to unzip the .css file (the style sheet) in the same directory. Please rate it by your appreciation so I can continue create innovative applications. Note: You can easily modify the style sheet.

2002VB #21093
Weak Password Detector 2.1 (Updated)

(Updated version) Now with list of common passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. Please rate it so I can see your appreciation.

2002VB #21094
Atomic Time Syncronisation (Updated)

This is a simple Atomic Time Syncronisation application. It allows you to syncronise Local System Clock with Atomic Clocks around the USA. You choose your server, select your regional GMT decal and then you can easily do syncronization. Note: there may be one or two seconds delay from the real time but this is not important since the system clock is rapidly desyncronizing by itself. See http://www.boulder.nist.gov/timefreq/service/its.htm for more information on Atomic Time. Now with high precision syncronisation.

2002VB #21095
MSN Messenger Monitor (Fixed)

This program is a simple monitor for MSN Messenger Service. You just have to boot this, and then log normally with MSN Messenger. The app will act as a monitor to show you how the client is communicating with Microsoft servers. I actually did a complete MSN Messenger Client from scratch and compatible with existing protocol and I will soon post it here. With this monitor, you should have a great idea of the great communication procotol. For the complete MSN Messenger Protocol goto: http://www.tlsecurity.net/Textware/Misc/draft-movva-msn-messenger-protocol-00.txt Don't forget to change your registry settings: HKEY_CURRENT_USER\Software\Microsoft\MessengerService\' find the key "Server" and change it to 127.0.0.1;127.0.0.1:1863 and don't forget to backup your original values. If you already erased it, the initial value that should work is messenger.hotmail.com;127.0.0.1:1863

2002VB #21096
Base Conversion Pro

The function BaseConv convert any base 10 numbers to any selected base (max 64) and the function ConvBase10 convert it back to base 10. It can be useful for cryptography purpose example: convert the ASCII value of a char to a secret base...or it can be useful for any algorithm that returns numbers and that you want as a string. The maximum base could be extended by adding other characters to the constant DIGITS. With the original DIGITS this algorithm is compatible for conversion to common base: Binary (2), Hex (16), Octal (8).

ASP_Volume2 #30773
Base Conversion Pro

The function BaseConv convert any base 10 numbers to any selected base (max 64) and the function ConvBase10 convert it back to base 10. It can be useful for cryptography purpose example: convert the ASCII value of a char to a secret base...or it can be useful for any algorithm that returns numbers and that you want as a string. The maximum base could be extended by adding other characters to the constant DIGITS. With the original DIGITS this algorithm is compatible for conversion to common base: Binary (2), Hex (16), Octal (8).

ASP_Volume2 #30790
Weak Password Detector 2.0 (Updated)

(Updated version) Now with common list of passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. NOTE: Please vote on Weak Password Detector 2.1 (in the code of the month section) please!

Languages
Top Categories
Global Discovery