Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Other Java > BOOK: Beginning Cryptography with Java
|
BOOK: Beginning Cryptography with Java
This is the forum to discuss the Wrox book Beginning Cryptography with Java by David Hook; ISBN: 9780764596339
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Cryptography with Java section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 29th, 2011, 11:02 AM
Authorized User
 
Join Date: Jun 2011
Posts: 38
Thanks: 9
Thanked 0 Times in 0 Posts
Default Side effects after replacing the policy files with unlimited strength?

Inside JVM, i understand replacing the policy files with unlimited strength allows to encrypt files using key size more than 128. This is fine.

But just I want to understand if it does impact any existing functionality? In short other that its intended induced functionality will it causes any existing working code to break.
 
Old June 29th, 2011, 08:44 PM
dgh dgh is offline
Wrox Author
 
Join Date: Aug 2005
Posts: 206
Thanks: 0
Thanked 20 Times in 20 Posts
Default

In the general case this will always be safe to do. The only circumstances where it isn't is if the JCE provider you are using will only run under certain explicit policy constraints. I'm not aware of any general commercial or opensource provider that behaves like this, although you might encounter it in some government or large corporates where algorithms and key sizes that can be used are dictated by law or policy.

Other than that the policy files will not affect any software outside of the JCE.

Regards,

David
The Following User Says Thank You to dgh For This Useful Post:
boy18nj (June 30th, 2011)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Trigger effects melvik SQL Server 2000 3 January 16th, 2007 01:40 PM
Password strength derekl ASP.NET 1.0 and 1.1 Professional 0 November 17th, 2006 06:35 AM
Unlimited categories golden_drifter Access 2 August 31st, 2006 07:21 AM
Unlimited scrolling dartcoach VB How-To 3 January 19th, 2006 12:15 AM
Client Side JavaScript Generating HTML Files interrupt Javascript How-To 1 January 14th, 2005 11:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.