Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
sblantipodi
Posts: 1,175
Registered: ‎02-19-2009
Accepted Solution

How works cypher in america? I know that strong cypher is forbidden in America, AES256

Hi,

I'm using some well known cypher algorithm to encrypt my password,

sent from the phone to servlet.

 

The AES cipher uses a 256bit shared key, is it illegal in america?
How this restrictions works?

Am I allowed to cypher my password using AES256 in america?

Will I have problem if I will use it on the App World?

 

Thanks.

Please use plain text.
Developer
rcmaniac25
Posts: 1,789
Registered: ‎04-28-2009
My Carrier: Verizon

Re: How works cypher in america? I know that strong cypher is forbidden in America, AES256

http://www.skytale.net/blog/archives/22-SSL-cipher-settings.html

 

Read the section under "Default", it is not illegal to use ciphers and hasn't been for years.

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.

Projects:
Bing 4 BlackBerry: http://bbing.codeplex.com/
PDF Renderer 4 BlackBerry: http://pdfrend4bb.codeplex.com/
Please use plain text.
Developer
sblantipodi
Posts: 1,175
Registered: ‎02-19-2009

Re: How works cypher in america? I know that strong cypher is forbidden in America, AES256

thanks for your reply but why App World ask us if we use cypher?

Please use plain text.
Developer
rcmaniac25
Posts: 1,789
Registered: ‎04-28-2009
My Carrier: Verizon

Re: How works cypher in america? I know that strong cypher is forbidden in America, AES256

I haven't put anything up on App World so I can't anwser that. You can try asking in the App World section of these forums. It is not illegal to use strong ciphers in America but that doesn't mean it isn't illegal in other countries (unless it explicitly says it is for America in which case I don't know).

------------------------------------------------------------
Three simple rules:
1. Please use the search bar before making new posts.
2. Kudo posts that you find helpful.
3. If a solution has been found for your post, mark it as solved.
--I code too much. Well, too bad.

Projects:
Bing 4 BlackBerry: http://bbing.codeplex.com/
PDF Renderer 4 BlackBerry: http://pdfrend4bb.codeplex.com/
Please use plain text.
Developer
sblantipodi
Posts: 1,175
Registered: ‎02-19-2009

Re: How works cypher in america? I know that strong cypher is forbidden in America, AES256

 thanks I will clone this thread in the app world.

Please use plain text.