Menu

Tree [96f756] master /
 History

HTTPS access


File Date Author Commit
 .settings 2017-11-17 Kai Johnson Kai Johnson [96f756] Corrected parameters for NIST FF1 Sample #6.
 src 2017-08-30 Paul Bemowski Paul Bemowski [9abec6] used linux recode utility to update charset fro...
 test 2017-11-17 Kai Johnson Kai Johnson [96f756] Corrected parameters for NIST FF1 Sample #6.
 .classpath 2017-11-17 Kai Johnson Kai Johnson [96f756] Corrected parameters for NIST FF1 Sample #6.
 .gitignore 2017-08-30 Paul Bemowski Paul Bemowski [f4ba6d] Ignore intellij idea files.
 .project 2017-11-17 Kai Johnson Kai Johnson [96f756] Corrected parameters for NIST FF1 Sample #6.
 ERRATA.txt 2016-08-17 Kai Johnson Kai Johnson [30648c] First push to bitbucket.
 LICENSE.txt 2016-08-17 Kai Johnson Kai Johnson [30648c] First push to bitbucket.
 NOTICE.txt 2016-08-17 Kai Johnson Kai Johnson [30648c] First push to bitbucket.
 README.txt 2016-08-17 Kai Johnson Kai Johnson [30648c] First push to bitbucket.
 build.gradle 2017-08-30 Paul Bemowski Paul Bemowski [18d34c] Removing javadoc from source, adding javadoc to...
 gradlew 2017-08-30 Paul Bemowski Paul Bemowski [134c2d] Added simple gradle build and wrappers using 'g...
 gradlew.bat 2017-08-30 Paul Bemowski Paul Bemowski [134c2d] Added simple gradle build and wrappers using 'g...
 ifx-spec.pdf 2017-05-10 Kai Johnson Kai Johnson [f223b7] Fixed a bug that allowed input with elements of...
 settings.gradle 2017-08-30 Paul Bemowski Paul Bemowski [134c2d] Added simple gradle build and wrappers using 'g...

Read Me

Format-Preserving Encryption
============================

   This package implements the two methods for format-preserving encryption
   specified in NIST Special Publication 800-38G, Recommendation for Block
   Cipher Modes of Operation: Methods for Format-Preserving Encryption.

Distribution
------------

   The source code for this package is available from SourceForge:
   https://sourceforge.net/p/format-preserving-encryption/

   This package uses the AES cipher with keys of 128, 192 or 256 bits. To use
   key sizes larger than 128 bits with the Oracle JDK you must install the
   "Unlimited Strength Jurisdiction Policy Files." The policy files can be found
   at the same place as the JDK download:
   http://www.oracle.com/technetwork/java/javase/downloads/index.html.

Export restrictions
-------------------

   This distribution includes cryptographic software. The country in which you
   currently reside may have restrictions on the import, possession, use, and/or
   re-export to another country, of encryption software. BEFORE using any
   encryption software, please check your country's laws, regulations and
   policies concerning the import, possession, or use, and re-export of
   encryption software, to see if this is permitted. See
   <http://www.wassenaar.org/> for more information.

   The U.S. Government Department of Commerce, Bureau of Industry and Security
   (BIS), has classified this software as Export Commodity Control Number (ECCN)
   5D002.C.1, which includes information security software using or performing
   cryptographic functions with symmetric algorithms employing a key length in
   excess of 56-bits. The form and manner of this software distribution makes it
   eligible for export under the License Exception ENC Technology Software
   Unrestricted (TSU) exception (see the BIS Export Administration Regulations,
   Section 740.13) for both object code and source code.

License
-------

   Copyright (c) 2016 Weydstone LLC dba Sutton Abinger
   
   See the NOTICE file distributed with this work for additional information
   regarding copyright ownership. Sutton Abinger licenses this file to you under
   the Apache License, Version 2.0 (the "License"); you may not use this file
   except in compliance with the License. You may obtain a copy of the License
   at http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
   License for the specific language governing permissions and limitations under
   the License.

Acknowledgements
----------------

   The author would like to thank Morris Dworkin and the Computer Security
   Division, Information Technology Laboratory at National Institute of
   Standards and Technology for their kind assistance in interpreting the
   specification.

Additional Resources
--------------------

   NIST Special Publication 800-38G, "Recommendation for Block Cipher Modes of
   Operation: Methods for Format-Preserving Encryption" is available free of
   charge from: http://dx.doi.org/10.6028/NIST.SP.800-38G.
   
   Sample data for FF1 and FF3 are available at the examples page on NIST’s
   Computer Security Resource Center website:
   http://csrc.nist.gov/groups/ST/toolkit/examples.html.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.