AES and Hardware

Discussion to talk about software related topics only.
Post Reply
ahbushnell
Posts: 25
Joined: Thu Apr 24, 2008 7:45 pm

AES and Hardware

Post by ahbushnell »

Does the AES code listed in the NetBurner Security Libraries document use the encryption hardware in the processor?

Is AES included in the standard software or is it in the separate security package?

Thanks
Andy
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: AES and Hardware

Post by dciliske »

The processors on all netburner modules do not crypto accelerators. We specifically use the versions without those modules enabled due to export restrictions. As a result, no, the libraries do not use the crypto accelerators.

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
ahbushnell
Posts: 25
Joined: Thu Apr 24, 2008 7:45 pm

Re: AES and Hardware

Post by ahbushnell »

Does the AES code have extra cost?
User avatar
dciliske
Posts: 624
Joined: Mon Feb 06, 2012 9:37 am
Location: San Diego, CA
Contact:

Re: AES and Hardware

Post by dciliske »

While I'm not entirely familiar with the Security libraries, everything in it is one lump price. Oh, I missed your second question. Yes, the security libraries are a separate package from the normal software. This is partly due to export rules and partly due to uptick in support using them. It's $495 for the module license of the SSH/SSL libraries. The AES code is part of these libraries. Paul's the one who could give you more details, or send an email to sales@netburner.com.

Sorry I can't give you more details than that :/

-Dan
Dan Ciliske
Project Engineer
Netburner, Inc
ahbushnell
Posts: 25
Joined: Thu Apr 24, 2008 7:45 pm

Re: AES and Hardware

Post by ahbushnell »

Thanks!
User avatar
pbreed
Posts: 1088
Joined: Thu Apr 24, 2008 3:58 pm

Re: AES and Hardware

Post by pbreed »

The simple public domain AES encoder/decoder (IE just AES not SSL or SSH) is part of the standard library, not extra cost.
If you want AS based SSL or SSH then you must buy the software.

Paul
Post Reply