Tuesday, February 14, 2012

Can I purchase off-the-shelf xps? (e.g., encrypt/decrypt function

Can anyone tell me if there is a market for extended stored procedures?
We are looking for an xp that performs a simple encrypt/decrypt function
that complies with the Advanced Encryption Standard (AES). For example, you
pass it a value and it encrypts or decrypts the value.
Are there third party xps available? And if so, where might I find these xps?
Thanks
DaveHere's one:
http://www.activecrypt.com/
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @. http://vyaskn.tripod.com/
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:76DCE302-380F-4646-AD41-54C8CB7A569D@.microsoft.com...
> Can anyone tell me if there is a market for extended stored procedures?
> We are looking for an xp that performs a simple encrypt/decrypt function
> that complies with the Advanced Encryption Standard (AES). For example,
> you
> pass it a value and it encrypts or decrypts the value.
> Are there third party xps available? And if so, where might I find these
> xps?
> Thanks
> Dave|||http://www.xpcrypt.com/
--
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:76DCE302-380F-4646-AD41-54C8CB7A569D@.microsoft.com...
> Can anyone tell me if there is a market for extended stored procedures?
> We are looking for an xp that performs a simple encrypt/decrypt function
> that complies with the Advanced Encryption Standard (AES). For example,
> you
> pass it a value and it encrypts or decrypts the value.
> Are there third party xps available? And if so, where might I find these
> xps?
> Thanks
> Dave|||If you can wait for the release of SQL2005 this is built in to the product.
--
HTH
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Dave" <Dave@.discussions.microsoft.com> wrote in message
news:76DCE302-380F-4646-AD41-54C8CB7A569D@.microsoft.com...
> Can anyone tell me if there is a market for extended stored procedures?
> We are looking for an xp that performs a simple encrypt/decrypt function
> that complies with the Advanced Encryption Standard (AES). For example,
> you
> pass it a value and it encrypts or decrypts the value.
> Are there third party xps available? And if so, where might I find these
> xps?
> Thanks
> Dave|||I am looking at xp_crypt which I believe is the same as activecrypt.
This a full blown solution that automativcally creates views, triggers, etc.
to support the encryption function.
I was wondering if there might be a scalled down encryption solution; just a
dll that performs encrypt/decrypt and could be registered as an extended
stored procedure in SQL Server.
Does anyone know if something like this is available?
"Mike Epprecht (SQL MVP)" wrote:
> http://www.xpcrypt.com/
> --
> --
> Mike Epprecht, Microsoft SQL Server MVP
> Zurich, Switzerland
> IM: mike@.epprecht.net
> MVP Program: http://www.microsoft.com/mvp
> Blog: http://www.msmvps.com/epprecht/
> "Dave" <Dave@.discussions.microsoft.com> wrote in message
> news:76DCE302-380F-4646-AD41-54C8CB7A569D@.microsoft.com...
> > Can anyone tell me if there is a market for extended stored procedures?
> >
> > We are looking for an xp that performs a simple encrypt/decrypt function
> > that complies with the Advanced Encryption Standard (AES). For example,
> > you
> > pass it a value and it encrypts or decrypts the value.
> >
> > Are there third party xps available? And if so, where might I find these
> > xps?
> >
> > Thanks
> > Dave
>
>

No comments:

Post a Comment