Update buku

This commit is contained in:
Arun Prakash Jana 2016-07-04 22:15:21 +05:30 committed by GitHub
parent 77e42ecde8
commit 2b330d55e8

2
buku
View File

@ -45,13 +45,11 @@ interrupted = False # Received SIGINT
DELIMITER = ',' # Delimiter used to store tags in DB
_VERSION_ = '2.3' # Program version
# Crypto globals
BLOCKSIZE = 65536
SALT_SIZE = 32
CHUNKSIZE = 0x80000 # Read/write 512 KB chunks
# Set up logging
logging.basicConfig(format='[%(levelname)s] %(message)s')
logger = logging.getLogger()