Welcome to the central repository of Paul Glavich (aka Glav). Listed
above are links to the other sections of my repository, namely the Download
section and the Articles section. Apologies for the lack of content at the
moment but I am working on it. If you have any queries, suggestions or
problems, feel free to email me at
glav@aspalliance.com.
You are probably in *awe* at my brilliant and creative artistic flair in using
simple box like links as shown above, but its a start, and I will improve this
basic section soon with more content and some decent graphical style.
Current files/archives available for download are listed below:-
| Password
Manager |
DOM
Validators V2.002 |
| 40k - A very small
and simple utility that allows management/storage of passwords within one easy
to use application. It requires one password to access the entire list of
stored passwords you have defined. Storage of the passwords is in an easy to
transport, very compact file, which is encrypted using 192bit TripleDES
encryption. You can enable passwords to be obscured on display, and use a
'peek' button to view the password or simply copy it to the clipboard for
pasing elsewhere. This prevents prying eyes from easily seeing your password.
|
120k - This set of
controls is functionaly equivalent to the Microsoft supplied validator controls
that come with Visual Studio.NET however, these controls support a MUCH larger
range of browsers, instead of just supporting Microsoft Internet Explorer.
Netscape 6.0+, Server side validation on Netscape 4.72 without any errors, and
other browsers complying to the DOM standard. This set now includes the
RangeValidator control. These controls are completely free and come with full
source code and includes .Net framework 1.1 support.
|
| WSCompression Library |
DPAPI Wrapper Library |
| 658k - Web Service Compression Library.
This library acts as a SOAP extension and will compress web service/SOAP calls. It has a configurable level
of compression, contains full source code, as well as an example. By applying the [WSCompression] attribute
to your web service itself, and the client proxy, you can compress your web service calls and responses.
I mentioned this library on the ASPAdvice email lists and received quite a bit of interest in it, so I
thought I would post it here for everyone interested to benefit. Please make sure you read the included
README.TXT file before using. Visual Studio.NET project file also included. |
126Kb - DPAPI Managed wrapper. This library
contains full source code and is basically the code from MSDN examples, compiled and ready to use. It utilises
an attribute to 'Assert' code access security and effectively sandbox security calls to these unmanaged calls.
There are some added functions such as EncryptString and DecryptString provided for your convenience. Both machine
and user stores are fully supported.
|
|