similar to: Encryption Plugin

Displaying 20 results from an estimated 5000 matches similar to: "Encryption Plugin"

2006 Feb 19
2
Asynchronous Encryption?
Hi Railers, I''m looking for something to do asynchronous encryption - where the encryption and decryption keys are different. This is for a scenario where I want to be able to store some information in the database that can only be decrypted in a different physical location using a secret private key (which will not be stored on the machine doing the encrypting). I''m trying
2006 Apr 16
3
Encryption
Hi all, I recently came across a possible requirement of backing up certain files on a remote server ... in an encrypted format. This got me seriously thinking about the possibility of doing such a thing with rsync. I am not too knowledgable about encryption and the mechanisms of the rsync algorithm (at least as yet :), but I would like to know whether this is attainable or 'far fetched'
2009 Jul 15
5
E-Mail Encryption
Hello, I am new to Dovecot but installation was quite easy, so there is one more LDAP authenticated, Dovecot / Postfix mailbox online, but there is one question left: I would like to set up a configuration, which encrypts every user mail with a unique key. If user logs in, private key should be decrypted with user password and every mail user requests should be decrypted with users private key.
2012 Oct 09
1
LDAP encryption
We have an LDAP server that contains AES encrypted passwords. So far I've been able to use this by adding a passdb module that encrypts the user's password prior to ldap comparison. Now I am looking at supporting client-side encrypted passwords. To do this I need to decrypt the password returned by LDAP. Is there a way to insert a module to do this decryption between ldap returning and
2004 Aug 31
3
encrypted passwords and /etc/passwd
Hello Why is it necessary to specify encrypt passwords = no to make Samba server start using solely /etc/passwd? Isn't it possible to tell Samba server that on the way between a client and the server, the passwords sould be encrypted, and after decryption, they will be checked against /etc/passwd and not smbpasswd, tdb or whatever backend? Cl<
2017 Jul 05
2
Mess code when encryption
Hi everyone, I have a question about using encryption in Gluster FS. 1.Created a file (file size is smaller than 1k) in the volume?s mount point. 2.Read the file, finally got a mess code. I found that the content I got is from cache and no decryption is operated on the file content, so mess code returns. If I set the following property to off, then everything is OK. performance.quick-read
2007 Sep 17
3
Sourcing encrypted files
Colleagues, I have an unusual problem; I am wondering whether anyone has dealt with it and found a solution. I have a script that needs to be encrypted. R will then be run on the script. There are various means to decrypt the file, some of which leave the decrypted code on the hard drive for an excessive period. One means that I have considered to deal with this is the following
2018 Feb 01
3
Changing expired Samba AD password during Windows login
On another clean install (with all updates) of Ubuntu Server 16.04.3, trying your line of dependencies fails: Package libgpgme-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libgpgme-dev' has no installation candidate E: Unable to locate package
2019 Oct 30
2
encrypt incoming emails with public gpg key before they are stored to maildir
Hello, I have asked on the postfix mailing list for a solution, how to encrypt incoming emails with public gpg key My original idea was to use a smtpd-milter, which would encrypt all incoming plaintext messages of given user, using the users public gpg key. This way, it would look as if the original sender has sent the message encrypted. Somebody suggested this might be better done in Dovecot,
2019 May 28
2
official package lists: the future
On Tue, 2019-05-28 at 12:02 +0200, L.P.H. van Belle via samba wrote: > krb5-kdc needed in debian? For the MIT KDC build yes. As it says, this the full list needed for our CI, it will include more packages, but not less packages, than a production install will need. Improvements to the bootstrap system are welcome, perhaps finding a way to tag some packages as for CI only, while somehow
2003 Dec 24
5
Encryption
Hi, Does asterisk support any kind of voice encryption? Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031224/f06c2d25/attachment.htm
2013 Jan 09
5
R encrypt/decrypt
Hello, I am working on a web system (php) that uses R in the backend, and we need some basic fast encryption/decryption for the underlying mysql database that can be used by both R AND php. It does not need to be top-of-the-line, but just provide some basic level of fast encryption/decryption. Any suggestions? Thank you, Ramiro [[alternative HTML version deleted]]
2018 May 16
3
end-to-end encryption
On 05/16/2018 06:07 AM, Aki Tuomi wrote: >> On 15 May 2018 at 22:43 Gandalf Corvotempesta <gandalf.corvotempesta at gmail.com> wrote: >> Is possible to implement and end-to-end encryption with dovecot, where >> server-side there is no private key to decrypt messages? > > You could probably automate this with sieve and e.g. GnuPG, which would mean > that all your
2003 Jul 02
7
Fw: Problem/bug report for "bad decrypted len" error in OpenSSH
Markus and Damien, here is a more detailed explanation about BUG report at "http://bugzilla.mindrot.org/show_bug.cgi?id=592" concerning "bad decrypted len" error in OpenSSH: If anyone wants to do a private key sign, and the key is located in a device or the Microsoft certificate store in which the private key cannot be accessed directly ( you cannot access the private key
2015 Mar 05
3
LVM encryption and new volume group
Hello list, I bought a Thinkpad T420 and installed CentOS 7 recently. I choosed to use lvm encryption for the entire volume group. It works so far. But now I am planning to install a second hard disk. My thought is to create a new volume group on this additional disk. But how can I integrate/do this according to the existing encryption so that it will be decrypted by the same passphrase I use
2004 Mar 06
2
rsync copies same files over and over
Each time I run rsync it copies the same files even though I haven't made any changes. I doesn't copy all the files each time, just the same ones each time I run the command. I run rsync with the following command: rsync --verbose --stats --recursive user@host::directory directory The local system is Suse linux 9 and the remote system is Windows 2000 server. I have the same results
2019 Jan 30
11
DNS failure
First try : sudo apt update && sudo apt full-upgrade" and reboot.   if thats not working, revert the kernel upgrade. Lets try to get the server running again.   I'm  reading into this upgrade now. https://news.softpedia.com/news/canonical-outs-major-linux-kernel-update-for-ubuntu-18-04-lts-to-patch-11-flaws-524740.shtml  This is not a nice one.   can you check also this
2006 Jan 23
3
Encrypt/ Decrypt password
Hi, I have user add/edit forms.While creating a user I tried the following method to encrypt password and stored the encrypted password in the table. def self.sha1(pass) Digest::SHA1.hexdigest("#{salt}--#{pass}--") end But when I try to edit the page I get the encrypted password in the password field instead of the decrypted password. Is there any method to decrypt
2018 May 15
4
end-to-end encryption
Hi to all I was looking at protonmail.com Is possible to implement and end-to-end encryption with dovecot, where server-side there is no private key to decrypt messages? If I understood properly, on protonmail the private key is encrypted with user's password, so that only an user is able to decrypt the mailbox. Anything similiar ?
2003 Dec 24
2
firewalling SMB (and other protocols)
I looked around and couldn't find a page on firewalling samba. So I did the homework and wrote one: http://travcom.tripod.com/firewalls_and_protocols.html Please send me (directly or CC) any technical suggestions, as I will probably not read the list for very long. Concerned about your privacy? Follow this link to get FREE encrypted email: https://www.hushmail.com/?l=2 Free,