Hi All
Anybody with exprience of using Xbase++ AES with ADSDBE, and what is the performance Like ?
Thanks.
Joe.
Xbase++ AES
Re: Xbase++ AES
Are you wanting to encrypt the entire database or just specific fields?
Bobby Drakos is using AESEncrypt / AESDecrypt on SSNo fields and ADSDBE with no performance degradation.
Performance would not be a function of ADS anyway, it would be a function of the encryption algorithm and that is very fast.
Bobby Drakos is using AESEncrypt / AESDecrypt on SSNo fields and ADSDBE with no performance degradation.
Performance would not be a function of ADS anyway, it would be a function of the encryption algorithm and that is very fast.
The eXpress train is coming - and it has more cars.
Re: Xbase++ AES
Hi Roger
One of our customers, a Micro-Finance Bank required that all the data of their application (the entire database) and communication layer be encrypted for obvious reasons. I read in ADS doc that their is ADS AES add-on for 128-bit and 256bit encryption. I contacted SAP via email about the licensing cost without response.
We need this urgently
Joe.
One of our customers, a Micro-Finance Bank required that all the data of their application (the entire database) and communication layer be encrypted for obvious reasons. I read in ADS doc that their is ADS AES add-on for 128-bit and 256bit encryption. I contacted SAP via email about the licensing cost without response.
We need this urgently
Joe.
Re: Xbase++ AES
If you already own ADS, then there is no additional cost.
It is a regular feature.
If you are considering ADS only for encryption, then that is probably not necessary.
If you do all your replaces using one function, then you can use AESEncrypt() on a field by field level.
For example, if you are using DC_DbGather() and DC_DbScatter() it would be very easy.
It is a regular feature.
If you are considering ADS only for encryption, then that is probably not necessary.
If you do all your replaces using one function, then you can use AESEncrypt() on a field by field level.
For example, if you are using DC_DbGather() and DC_DbScatter() it would be very easy.
The eXpress train is coming - and it has more cars.
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: Xbase++ AES
I think what Joe is talking about is the Addon FIPS Encryption Security Option for ADS. That provides AES encryption for ADS versus the default (I think 160 bit) encryption that ADS provides by default. Based on my price listing, we are a dealer, the cost per user is 1-50 users $25/user; 51-249 users - $16/user; 250+ users - $8/user and $1950 for unlimited users. You match the number of users to your licensed users for the server. Then when you upgrade ADS versions, the upgrade per user costs are: $6/$4/$2 and $485-unlimited.
Cliff
Cliff
Re: Xbase++ AES
Where can I find the ESEncrypt / AESDecryptrdonnay wrote:Are you wanting to encrypt the entire database or just specific fields?
Bobby Drakos is using AESEncrypt / AESDecrypt on SSNo fields and ADSDBE with no performance degradation.
Performance would not be a function of ADS anyway, it would be a function of the encryption algorithm and that is very fast
Re: Xbase++ AES
They are functions in the Xbase++ Professional version.Where can I find the ESEncrypt / AESDecrypt
The eXpress train is coming - and it has more cars.