rsyncrypto 1.09 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News rsyncrypto 1.09 (Default branch)
# 1  
Old 05-15-2008
rsyncrypto 1.09 (Default branch)

Rsyncrypto allows you to encrypt a file or adirectory structure such that they can later besynchronized to another machine using rsync. Thismeans that local changes to the plain text fileresult in local changes to the cipher text file.rsyncrypto compresses the plain text file prior toencrypting it with gzip using the "rsyncable"patch, which is available from the rsync sources.License: GNU General Public License (GPL)Changes:
A serious bug was fixed: when deleting an entiredirectory with --name-encrypt and --delete-keys,rsyncrypto (since 1.07) would leave a corruptfilemap behind. The "rsyncrypto_recover" tool wasadded, which fixes the corruption caused by theabove bug.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
gnutls_cipher_encrypt(3)					      gnutls						  gnutls_cipher_encrypt(3)

NAME
gnutls_cipher_encrypt - API function SYNOPSIS
#include <gnutls/crypto.h> int gnutls_cipher_encrypt(gnutls_cipher_hd_t handle, void * text, size_t textlen); ARGUMENTS
gnutls_cipher_hd_t handle is a gnutls_cipher_hd_t structure. void * text the data to encrypt size_t textlen The length of data to encrypt DESCRIPTION
This function will encrypt the given data using the algorithm specified by the context. RETURNS
Zero or a negative error code on error. SINCE
2.10.0 REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. General guidelines for reporting bugs: http://www.gnu.org/gethelp/ GnuTLS home page: http://www.gnu.org/software/gnutls/ COPYRIGHT
Copyright (C) 2012 Free Software Foundation, Inc.. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. As an alternative you may obtain the manual from: http://www.gnu.org/software/gnutls/manual/ gnutls 3.1.15 gnutls_cipher_encrypt(3)