⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rijndael.properties

📁 用JAVA编写的rijndael工具
💻 PROPERTIES
字号:
## $Id: Rijndael.properties,v 1.1 2001/05/21 02:25:42 jis Exp $
##
## $Log: Rijndael.properties,v $## Revision 1.1  2001/05/21 02:25:42  jis## First version##
## Revision 1.0  1998/04/07  raif
## + start of history.
##
## $Endlog$
#
# Copyright (c) 1997, 1998 Systemics Ltd on behalf of
# the Cryptix Development Team.  All rights reserved.
#
# authors: David Hopwood, Raif S. Naffah
#
# Properties file for an AES candidate algorithm implementation.
# Important: no secret information should be stored in this file.


# ----------------------------------------------------------------------
# Tracing properties
# ----------------------------------------------------------------------


#Trace.Rijndael_Algorithm = true


# ----------------------------------------------------------------------
# Debugging properties
#
# If the library is compiled with Rijndael_Properties.GLOBAL_DEBUG set to
# false, debugging is always disabled, and these properties are ignored.
# Otherwise, the higher the debugging level, the more information is
# displayed.
#
# To set the default debugging level, use
#   Debug.Level.* = ...
#
# A debugging level of 1 is intended to be "safe" in the sense that it
# will not reveal private information in debugging messages. Higher
# debugging levels **MUST NOT** be used in normal operation.
# ----------------------------------------------------------------------

Debug.Level.* = 1

#
# For the Rijndael_Algorithm class implementing the Basic API, the
# following values are used by convention:
#
# Value  Print to System.out
# -----  ---------------------------------------------------
#   9    result(s) of static code and initialization timings
#   8    intermediate values for session key generation
#   7    intermediate values for encryption/decryption
#

Debug.Level.Rijndael_Algorithm = 7

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -