Crypt Sync Files 1.3

Posted on  by 

Latest version

  • Crypt Sync Files 1.3.1 for Mac is free to download from our application library. This Mac download was checked by our antivirus and was rated as malware free. The application lies within Productivity Tools, more precisely Cloud Services. This software for Mac OS X was originally developed by GreenWorldSoft.
  • Download Crypt Sync Files 1.3.1 MAS or any other file from Applications category. HTTP download also available at fast speeds.

The Crypt Sync Files encrypts / decrypts and synchronize files between local folders and USB Drive, memory cards, network drives, folders on Cloud services (Dropbox, etc.) You can store your encrypted files on external drives, folders, cloud services and don’t worry about file security. You can choose the encryption AES-256 or zip with a. Crypt Sync Files 1.3.1 破解版 – 加密文件同步存储 - Crypt Sync Files Mac版是一款文件加密工具,Crypt Sync Files Mac版支持使用 AES256 或者是带密码的 ZIP 文件加密两种方式,同时它还是一个文件同步工具,可以帮你将加密后的文件同步到网络空间、NAS、外部存储器等空间中. Apr 18, 2018 #1 Enterprise File Sharing, Sync, Backup & Remote Access. Get complete data ownership, control and governance. Self-host it on-premises or on cloud. Run your own private Dropbox-like file sharing and sync solution, integrated with your IT infrastructure and storage. We host FileCloud for you on.

Released:

Modern password hashing for your software and your servers

1.3

Project description

bcrypt

Good password hashing for your software and your servers

Installation

To install bcrypt, simply:

Note that bcrypt should build very easily on Linux provided you have a C compiler, headers for Python (if you’re not using pypy), and headers for the libffi libraries available on your system.

For Debian and Ubuntu, the following command will ensure that the required dependencies are installed:

For Fedora and RHEL-derivatives, the following command will ensure that the required dependencies are installed:

For Alpine, the following command will ensure that the required dependencies are installed:

Alternatives

While bcrypt remains a good choice for password storage depending on your specific use case you may also want to consider using scrypt (either via standard library or cryptography) or argon2id via argon2_cffi.

Changelog

3.2.0

  • Added typehints for library functions.
  • Dropped support for Python versions less than 3.6 (2.7, 3.4, 3.5).
  • Shipped abi3 Windows wheels (requires pip >= 20).

3.1.7

  • Set a setuptools lower bound for PEP517 wheel building.
  • We no longer distribute 32-bit manylinux1 wheels. Continuing to producethem was a maintenance burden.

3.1.5

  • Added support for compilation on AIX.
  • Dropped Python 2.6 and 3.3 support.
  • Switched to using abi3 wheels for Python 3. If you are not getting awheel on a compatible platform please upgrade your pip version.

3.1.3

  • Fixed a compilation issue on Solaris.
  • Added a warning when using too few rounds with kdf.

3.1.2

  • Fixed a compile issue affecting big endian platforms.
  • Fixed invalid escape sequence warnings on Python 3.6.
  • Fixed building in non-UTF8 environments on Python 2.

3.1.1

  • Resolved a UserWarning when used with cffi 1.8.3.

3.1.0

  • Added support for checkpw, a convenience method for verifying a password.
  • Ensure that you get a $2y$ hash when you input a $2y$ salt.
  • Fixed a regression where $2a hashes were vulnerable to a wraparound bug.
  • Fixed compilation under Alpine Linux.

3.0.0

  • Switched the C backend to code obtained from the OpenBSD project rather thanopenwall.
  • Added support for bcrypt_pbkdf via the kdf function.

2.0.0

  • Added support for an adjustible prefix when calling gensalt.
  • Switched to CFFI 1.0+

Usage

Password Hashing

Hashing and then later checking that a password matches the previous hashedpassword is very simple:

KDF

As of 3.0.0 bcrypt now offers a kdf function which does bcrypt_pbkdf.This KDF is used in OpenSSH’s newer encrypted private key format.

Adjustable Work Factor

One of bcrypt’s features is an adjustable logarithmic work factor. To adjustthe work factor merely pass the desired number of rounds tobcrypt.gensalt(rounds=12) which defaults to 12):

Adjustable Prefix

Another one of bcrypt’s features is an adjustable prefix to let you define whatlibraries you’ll remain compatible with. To adjust this, pass either 2a or2b (the default) to bcrypt.gensalt(prefix=b'2b') as a bytes object.

As of 3.0.0 the $2y$ prefix is still supported in hashpw but deprecated.

Maximum Password Length

The bcrypt algorithm only handles passwords up to 72 characters, any charactersbeyond that are ignored. To work around this, a common approach is to hash apassword with a cryptographic hash (such as sha256) and then base64encode it to prevent NULL byte problems before hashing the result withbcrypt:

Compatibility

This library should be compatible with py-bcrypt and it will run on Python3.6+, and PyPy 3.

Security

bcrypt follows the same security policy as cryptography, if youidentify a vulnerability, we ask you to contact us privately.

Release historyRelease notifications | RSS feed

3.2.0

3.1.7

3.1.6

3.1.5

3.1.4

3.1.3

3.1.2

3.1.1

3.1.0

3.0.0

2.0.0

1.1.1

1.1.0

1.0.2

1.0.1

1.0.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Files for bcrypt, version 3.2.0
Filename, sizeFile typePython versionUpload dateHashes
Filename, size bcrypt-3.2.0-cp36-abi3-macosx_10_9_x86_64.whl (31.9 kB) File type Wheel Python version cp36 Upload dateHashes
Filename, size bcrypt-3.2.0-cp36-abi3-manylinux1_x86_64.whl (63.9 kB) File type Wheel Python version cp36 Upload dateHashes
Filename, size bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63.9 kB) File type Wheel Python version cp36 Upload dateHashes
Filename, size bcrypt-3.2.0-cp36-abi3-manylinux2014_aarch64.whl (56.8 kB) File type Wheel Python version cp36 Upload dateHashes
Filename, size bcrypt-3.2.0-cp36-abi3-win32.whl (27.3 kB) File type Wheel Python version cp36 Upload dateHashes
Filename, size bcrypt-3.2.0-cp36-abi3-win_amd64.whl (28.9 kB) File type Wheel Python version cp36 Upload dateHashes
Filename, size bcrypt-3.2.0.tar.gz (42.4 kB) File type Source Python version None Upload dateHashes
Close

Hashes for bcrypt-3.2.0-cp36-abi3-macosx_10_9_x86_64.whl

Hashes for bcrypt-3.2.0-cp36-abi3-macosx_10_9_x86_64.whl
AlgorithmHash digest
SHA256c95d4cbebffafcdd28bd28bb4e25b31c50f6da605c81ffd9ad8a3d1b2ab7b1b6
MD5bacdb21e8f9c7dab81501c74fc27d7b3
BLAKE2-256bf6a0afb1e04aebd4c3ceae630a87a55fbfbbd94dea4eaf01e53d36743c85f02
Close

Hashes for bcrypt-3.2.0-cp36-abi3-manylinux1_x86_64.whl

Hashes for bcrypt-3.2.0-cp36-abi3-manylinux1_x86_64.whl
AlgorithmHash digest
SHA25663d4e3ff96188e5898779b6057878fecf3f11cfe6ec3b313ea09955d587ec7a7
MD51eed0c43ffe8a4f1429559eaf34ac701
BLAKE2-25652a751ab6481ac355517696477889d8ab232106a0ddadda642c54e47a2ab40b9
Close

Hashes for bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl

Hashes for bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl
AlgorithmHash digest
SHA256cd1ea2ff3038509ea95f687256c46b79f5fc382ad0aa3664d200047546d511d1
MD5cc5290aad33c237b4b2b4e74293c4eea
BLAKE2-25626706d218afbe4c73538053c1016dd631e8f25fffc10cd01f5c272d7acf3c03d
Close

Hashes for bcrypt-3.2.0-cp36-abi3-manylinux2014_aarch64.whl

Hashes for bcrypt-3.2.0-cp36-abi3-manylinux2014_aarch64.whl
AlgorithmHash digest
SHA256cdcdcb3972027f83fe24a48b1e90ea4b584d35f1cc279d76de6fc4b13376239d
MD5ea2dacf212705252390ee01dcef82337
BLAKE2-256b596a2819de4faae6b6339a398ab1354770bf8fa532a5e0df0e2f08481fdb670
Close

Hashes for bcrypt-3.2.0-cp36-abi3-win32.whl

Hashes for bcrypt-3.2.0-cp36-abi3-win32.whl
AlgorithmHash digest
SHA256a67fb841b35c28a59cebed05fbd3e80eea26e6d75851f0574a9273c80f3e9b55
MD526cac137ba4bd6cdc00bd264bb3b739d
BLAKE2-25674a51812e225ef3d0e59fb24662f922a1a756111e8b75dd65d9b168441017007
Close

Hashes for bcrypt-3.2.0-cp36-abi3-win_amd64.whl

Hashes for bcrypt-3.2.0-cp36-abi3-win_amd64.whl
AlgorithmHash digest
SHA25681fec756feff5b6818ea7ab031205e1d323d8943d237303baca2c5f9c7846f34
MD569fd9b79403ac778e6bdc0f1500bc592
BLAKE2-256218ded20081491e71f078e61804fe0c8250167008cf3ff594e1fb396cf138f2b

Crypt Sync Files 1.35

Close

Hashes for bcrypt-3.2.0.tar.gz

Hashes for bcrypt-3.2.0.tar.gz
AlgorithmHash digest
SHA2565b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
MD5fe31390dab603728f756cd3d6830c80a
BLAKE2-256d8ba21c475ead997ee21502d30f76fd93ad8d5858d19a3fad7cd153de698c4dd

Synchronize two folders and encrypt the data inside one of them simultaneously, all thanks to this compact and user-friendly application

What's new in CryptSync 1.3.5.416:

  • Fixed issues:
  • Button 'Run in background' starts full-sync (and also closing the window)
  • Have to continuously delete & recreate pairs
  • a bug with auto sync
Read the full changelog

CryptSync is a simple tool that performs synchronization between two folders, one of which will contain only encrypted files, for use with cloud services such as Dropbox, Google Drive and SkyDrive.

Synchronize files between any two specified folders

By achieving this, the program allows you to upload and download only encrypted data to the cloud, thus protecting your privacy. Moreover, the synchronization is change sensitive, meaning that if a file is added to the encrypted folder, it will be automatically copied to the other one in decrypted form.

Similarly, adding or modifying a file in the unencrypted folder will result in creating an encrypted clone of it in the corresponding location. In fewer words, CryptSync intermediates the secure exchange of data between your computer and cloud services.

Create pairs of folders and set passwords to encrypt content

The program works with folder pairs, with the possibility of batch processing, thereby you can add several directories to the synchronization list. This benefits users of multiple backup services.

Adding a new sync task can be done by providing the paths to the two folders and by specifying the password for the encryption process. Options for this dialog include the possibility to use .7Z as extension for the encrypted files, as well as to define exclusions for certain files that you will be left out of the encryption or synchronization operation.

Practical and easy-to-use file sync and encryption tool

Crypt Sync Files 1.3 Download

You can also define the monitoring interval, as well as to ignore files with a certain format. The sync process can run in the background, with the possibility to exit the application when the task is carried out completely.

Overall, CryptSync comes across as a versatile and trustworthy application that makes it possible to exchange encrypted content with various cloud services, which is then deciphered automatically.

Crypt Sync Files 1.3 Free

Filed under

CryptSync was reviewed by Andreea Matei
4.5/5
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

CryptSync 1.3.5.416

add to watchlistsend us an update
3 screenshots:

Sync Files Between Computers

runs on:
Windows 10 32/64 bit
Windows 8 32/64 bit
Windows 7 32/64 bit
file size:
2.2 MB
main category:
Security
developer:
visit homepage

Crypt Sync Files 1.3 Download

top alternatives FREE

Crypt Sync Files 1.3 X

top alternatives PAID

Coments are closed