Sponsored Content
Operating Systems Linux Red Hat Kcryptd - Which kernel supports MultiThread Post 302895065 by Corona688 on Friday 28th of March 2014 11:31:28 AM
Old 03-28-2014
It's a difficult question, whether it's even feasible to run this kind of encryption on multiple cores.

One workaround has been to make two separate dm-crypt volumes of identical size, then make a single software raid-0 out of them (i.e. striping). Each dm-crypt volume will have its own data path, and performance will be increased.
 

7 More Discussions You Might Find Interesting

1. Programming

Timeout with multithread server

I wrote a server which creates a thread for every client connection. I have to include timeout function that will kill the server thread if the client doesn't respond for specific time. That too using signal(SIGALRM). For this i am using alarm() function. When the server thread detects signal it... (1 Reply)
Discussion started by: Nads
1 Replies

2. Solaris

Processor and memory supports

HI i'am Giancarlo D. Jabon student from AMA Computer University is anyone among all of you who knows the maximum processor and memory supports in Sun Solaris 10 Thanks !!!! (3 Replies)
Discussion started by: giancarlodjabon
3 Replies

3. Programming

Multithread,libcurl

Hi i m codding a programm,it can download any packet from ftp,I use libcurl library. But i want to use threads for downloading.(Multithreading).i cant get ftp file size from ftp and divide packet small pieces,like threads use. Please share your experince with me ,thanks. (0 Replies)
Discussion started by: canerbulut
0 Replies

4. Programming

Multithread app - Read-Only Data

Hello, I'm coding an application using pthreads.At some point the threads will read some read-only variables.Is it safe NOT to use mutexes, in order to make the program lighter since mutex operations are resource-demanding... Thanks (1 Reply)
Discussion started by: jonas.gabriel
1 Replies

5. Programming

[C] Multithread Server

Hi all,i'm new on this forum, excuse me for my english. I have wrote a server that accept connection from multiple client with the fork,but every client had to insert data in a linear list. The problem is that every client insert data in an own copy of the linear list and this is caused by... (7 Replies)
Discussion started by: kemistry
7 Replies

6. Solaris

How to find an application running on multithread?

Dear Friends, We have one T5240 server with 128vcpus in our lab.Performance of the server is very poor. Application uses only 2% of processor..I heard that single thread application performs slowly in coolthread.How can we find whether the application running on multithread or single thread? If... (7 Replies)
Discussion started by: nicktrix
7 Replies

7. Shell Programming and Scripting

Bash script multithread in group of 3

I Have an script like ./bang 1 ./bang 2 ./bang 3 ./bang 4 ./bang 5 ./bang 6 ./bang 7 ./bang 8 ./bang 9 ./bang 10 ./bang 11 ./bang 12 and i wanna execute him in groups of 3 , i mean he execute bang 1 , bang 2 and bang 3 after it finish the next 3 commands it will be executed and... (5 Replies)
Discussion started by: Gyeah11
5 Replies
dircproxy-crypt(1)					      General Commands Manual						dircproxy-crypt(1)

NAME
dircproxy-crypt - Generate encrypted password for dircproxy SYNOPSIS
dircproxy-crypt [-hv] [password]... DESCRIPTION
dircproxy-crypt generates encrypted passwords for the dircproxy(1) configuration file. These passwords are used in the 'password' configu- ration option of a connection class, and are compared to the password you configure your IRC client to use. If you do not supply any plain text passwords to encrypt on the command line then dircproxy-crypt, when run, will ask you for one on stan- dard input. It will display the encrypted version of each password, created using your system's crypt(3) function and a random salt, on standard output. OPTIONS
-h Displays a brief help message detailing the command-line arguments, then exits. -v Displays the dircproxy version number that this version of dircproxy-crypt comes with, then exits. SEE ALSO
dircproxy(1) crypt(3) BUGS
Please submit and review bug reports at: http://bugzilla.dircproxy.net/ AUTHOR
Written by Scott James Remnant <scott@netsplit.com>. COPYRIGHT
Copyright (C) 2002 Scott James Remnant. All Rights Reserved. dircproxy is distributed under the GNU General Public License. 11 Jan 2001 dircproxy-crypt(1)
All times are GMT -4. The time now is 10:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy