Package yawPyCrypto :: Module Config
[show private | hide private]
[frames | no frames]

Module yawPyCrypto.Config

Config.py

This file defines several configuration defaults for yawPyCrypto. The values defined herein must be changed before loading any module of yawPyCrypto, as the constants are imported by name in all modules of yawPyCrypto. There should rarely be a need to change any of these values in a program, as they all have very sensible defaults. You can change this file directly, if you wish to make site-wide changes to yawPyCrypto functionality.

Copyright

yawPyCrypto is copyright (C) 2002-3 by Heiko Wundram <heiko@asta.uni-saarland.de>.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library in the file "COPYLEFT"; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Variable Summary
str __date__
str __version__
int LOAD_INSECURE_CIPHER_ALGOS
str RANDPOOL_FILE_LOCATION
bool USE_ZLIB
int WARN_ABOUT_UNTRUSTED_KEY_ARGUMENTS

Variable Details

__date__

Type:
str
Value:
'2003/08/16'                                                           

__version__

Type:
str
Value:
'0.1p22'                                                               

LOAD_INSECURE_CIPHER_ALGOS

Type:
int
Value:
0                                                                      

RANDPOOL_FILE_LOCATION

Type:
str
Value:
'~/.yawpycrypto.rnd'                                                   

USE_ZLIB

Type:
bool
Value:
True                                                                   

WARN_ABOUT_UNTRUSTED_KEY_ARGUMENTS

Type:
int
Value:
2                                                                      

Generated by Epydoc 1.1 on Sun Aug 17 03:32:31 2003 http://epydoc.sf.net