|
Best when viewed with:

Get your copy now!
| |
|
ISGCSSecure Component for
Delphi
| There are so many details
involved with implementing a security system for your
Client/Server applications that it can be a very time consuming
project. But in today's corporate environment, you can't be too
careful. So we've built a simple, but powerful way to add
security to your Client/Server applications. Even better than
simple, it's quick and you can use your security databases for
multiple applications. This security won't slow down valid
users, because the ISGCSSecure component will optionally get the
username from the network to save your users from multiple
logons. Our component is native Delphi code (therefore small and
fast) and comes with it's own administration tool (so it's easy
to use). What about Account Policy? Not a problem with the
ISGCSSecure, both the component and the Administration tool have
simple, easy to use account policy screens, that render access
to Password Aging, Password Restrictions, Account Locking, and
more. |
 |
| How
it works |
| ISGCSSecure maintains a list
of users in an InterBase database. It is password protected with
a password of your choosing. This password is encrypted into the
application and cannot be accessed with the source code. Access
constants are added and are assigned to users. When the
application is running, your code will test whether the current
user has access rights to the area of the program being
protected. You can even group the access constants together for
ease of use. The account policy is global, but can be modified
for a single user to meet those unique situations that every
System Administrator has been faced with. |
 |
| End users can
change their own password and administrators can be assigned to
change other users' access rights (without sacrificing
security). The account policy allows for account locking after X
number of invalid login attempts and/or you can force users to
change their password as often as your security requires. If you
are looking for a security package, make sure that you try out
our component. It's available in Delphi 3, Delphi 4, Delphi 5,
Delphi 6 and C++ Builder versions. |
| Can
it work with other database servers? |
| Since the
purchase of the ISGCSSecure component includes the source, the
component can be used with most other databases with minimal
changes. Simply use the admin facility included with the
component to create the Interbase database. Then, use a
migration utility to copy the database to your desired location.
Set up your alias to point to the new database. You will
probably have to modify the source code somewhat to make the
connection. (i.e. maybe additional parameters) See below:
Procedure TIsgCSsecure.Loaded;
FDatabase.Connected:=False;
FDatabase.AliasName:=FAlias;
FDatabase.DatabaseName:=FAlias;
FDatabase.Params.Add('PASSWORD='+FPassword);
FDatabase.LoginPrompt:=False;
FDatabase.Open;
|
| What
is the price? |
| You'll get the
full InterBase Client/Server component with source code in
Delphi 3, Delphi 4, Delphi 5, Delphi 6 and C++ Builder, Security
Administration tool, Context sensitive help files, and a
Tutorial for $149. You can order via our web site order form and
receive your component pack via email. If you prefer you can
order your component by calling us at 1-337-477-6901. |
|
|