Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 536 results for
openssl
- Page 1
openssl compile problem
Programming
Software Development
14 Years Ago
by waynew
… this problem, but here it is. I cannot get
openssl
to compile under Windows. Mingw/msys is installed ok.… Downloaded then unpacked
openssl
under my mingw home dir. So far ok. cd… Entering directory `/home/wayne/
openssl
-1.0.0a/apps' installing
openssl
.exe cp: cannot stat `
openssl
.exe': No such file or…
Re: OpenSSL using C++.
Programming
Software Development
14 Years Ago
by joneil001
… is needed (Oracle Google etc) but it works Generate key
openssl
genrsa -out privkey.pem 2048 HelloWord.cpp #include <global_inc….h> #include <
openssl
/rsa.h> #include <
openssl
/pem.h> int main() { char *message…
OpenSSL using C++.
Programming
Software Development
20 Years Ago
by Layla_2401
Hi all, If anyone uses
OpenSSL
, I'd appreciate it if they can take a look …;iostream.h> #include <
openssl
/rand.h> #include <
openssl
/rsa.h> #include <
openssl
/engine.h> int main…
Re: OpenSSL using C++.
Programming
Software Development
20 Years Ago
by Narue
>Suggestions anyone? Well, I'm not terribly familiar with
OpenSSL
, so I don't want to tell you that something is wrong when it may not be. But you are using uninitialized pointers with fread.
Openssl Pipes with C Help?
Programming
Software Development
13 Years Ago
by Sundown G
… something without using files. [CODE]echo -n (read string line) |
openssl
md5 [/CODE] [CODE] plain.txt a b c d e…; FILE *read_fp; FILE *read_tmp; int chars_read; char hash[1024] = "
openssl
dgst -md5 all.txt >> calculating.txt"; char…
Openssl Command with C Help?
Programming
Software Development
13 Years Ago
by Sundown G
… something without using files. [CODE]echo -n (read string line) |
openssl
md5 [/CODE] [CODE] plain.txt a b c d e…; FILE *read_fp; FILE *read_tmp; int chars_read; char hash[1024] = "
openssl
dgst -md5 all.txt >> calculating.txt"; char…
Openssl Decryption of file in php
Programming
Web Development
11 Years Ago
by saadi06
… it. How can I achieve this. I am mentioning the
openssl
commands that I am using for decrypting the file….
openssl
smime -decrypt -in smime.p7m -inform DER -inkey privkey.pem -…
Re: Openssl Decryption of file in php
Programming
Web Development
11 Years Ago
by cereal
Maybe you can add the `base64` option to the
openssl
command, unfortunately I cannot try right now but follow this: * …http://www.vanemery.com/Linux/Apache/
openSSL
.html otherwise you can use `base64` command from the command…
Openssl With PHp and makemime
Programming
Web Development
11 Years Ago
by saadi06
…, I am trying to make a smime pk7s file using
openssl
and send the attachment as an email. I am trying… of my encrypted file look exactly same. I am using
OpenSSL
0.9.8o version on windows base enviornment. Thanks in…
openssl seal and open
Programming
Web Development
11 Years Ago
by kimbokasteniv
I am using the
openssl
seal and open functions to store some encrypted data for … I assume, I don't really understand something about how
openssl
seal and open are supposed to be used. submission: $output…
Re: Need help uninstalling openssl with yum
Hardware and Software
Linux and Unix
12 Years Ago
by DoRight
… as in: yast sw_install When you try to uninstall
openssl
, this will give a much clearer picture of what you… trying to do. Since the programs that depend on
openssl
are multitudinous, you will have to declare that you … programs. Once you have uninstalled
openssl
and exited yast, re-enter yast and install
openssl
from a SuSE repository. This …
Need help uninstalling openssl with yum
Hardware and Software
Linux and Unix
12 Years Ago
by MasterHacker110
When i try to uninstall
openssl
i get this error: Error: Trying to remove "yum&…;, wich is protected I use the yum remove
openssl
Command how do i uninstall
openssl
then? Also after i installed it i… think that i might have installed the wrong kind of
openssl
. So how do i remove this kind?
trouble porting crypto from OpenSSL to reference implementation
Programming
Software Development
15 Years Ago
by dzhugashvili
…I benchmarked it, and it ran about 30% faster than
OpenSSL
's MD5. The function call is as such: [CODE]fast_MD5…-HMAC for my Kerberos 5 cracker. The MD5-HMAC (using
OpenSSL
) involves the following: [CODE]MD5_Init(&ctx); MD5_Update(&…but it ran slower than before when I was using
OpenSSL
! I thought this might have something to do with …
Re: Need help uninstalling openssl with yum
Hardware and Software
Linux and Unix
12 Years Ago
by rubberman
… are either running a Red Hat or SuSe distribution? The
openssl
package is a standard module in the "security"…; distribution. FWIW, WHY do you want to remove
openssl
? It is a dependency for many other packages, so removing…
Is a static server ip a requirement of openssl
Programming
Web Development
10 Years Ago
by 68thorby68
Hi, Is a static server ip a requirement of
openssl
? Can I install
openssl
on a shared server? I know less than nothing about SSL. I'm staring my journey to implement
openssl
and use it in my php project but before I do I want to make sure I don't crash before I get going. Many thanks.
install openssl-devel on suse
Hardware and Software
Linux and Unix
15 Years Ago
by chris5126
Hi, Can someone please help me install
openssl
-devel on suse, I have used the following command: yast2 -i
openssl
-devel But dont have physical access to the server to insert the cd and there are no repos configured. Try to configure a repo and I get an error is there an easy way? Oh yer is suse 9!
linux server cpanel and openssl
Hardware and Software
Linux and Unix
14 Years Ago
by andydeans
… at opnenssl at they are: i am interested in using
openssl
to encrypt data on the site. how simple is this…[/url] really just looking for some good info on using
openssl
as a way of encrypting the site. many thanks
Re: linux server cpanel and openssl
Hardware and Software
Linux and Unix
14 Years Ago
by andydeans
… for viruses but never done this with linux. also re
openssl
i need to encrypt and noticed this is free, i…
Re: RC2 mcrypt vs openssl confusion
Programming
Web Development
13 Years Ago
by omer.merdan
… about encrypting, this is ok. Intention was rc2-128bit-cbc. -
Openssl
library for php behaves exactly as supossed (compared to other…) ... but sometimes there will be situation on some server where
openssl
is disabled... and i am wondering if MCRYPT functions are…
Missing openssl
Programming
Web Development
17 Years Ago
by s2j1j1b0
Hello, I am working off my development machine (my home pc) and I just loaded the php-sdkfolder in my root directory and than ran php-sdk/install.php and got this message. INSTALLATION ERROR: One or more required PHP extensions is missing:
openssl
I am not sure where to look for a fix. Thanks in advance -Tom- P.S. I have new system with Win XP
Re: Missing openssl
Programming
Web Development
17 Years Ago
by phpwizard01
] Tom, You are missing the
openssl
module. Try here: [URL]http://www.slproweb.com/products/Win32OpenSSL.…
Re: Missing openssl
Programming
Web Development
17 Years Ago
by phpwizard01
Tom, You are missing the
openssl
module. Try here: [URL]http://www.slproweb.com/products/Win32OpenSSL.…
selective RC4 decryption with OpenSSL
Programming
Software Development
15 Years Ago
by dzhugashvili
… back and decrypt the entire timestamp. I am using the
OpenSSL
libraries. Speed is essential, which is why I am doing…
Re: selective RC4 decryption with OpenSSL
Programming
Software Development
15 Years Ago
by dzhugashvili
…. Sort of a script-kiddy, I guess - pretty new to
OpenSSL
. Is there a simple way to advance the key? Would…
RC2 mcrypt vs openssl confusion
Programming
Web Development
13 Years Ago
by omer.merdan
… the same that C# and some other tools provides. So
OpenSSL
conform my needs... But I still want to know why…
How to validate a certificate in php through openssl
Programming
Web Development
11 Years Ago
by saadi06
Hi, Can anyone tell me that how can I check through
openssl
that the given certificate has a valid trust anchor or not. Thanks in advance.
Re: openssl compile problem
Programming
Software Development
14 Years Ago
by Ancient Dragon
You will probably have to ask whoever you got that library from.
Re: OpenSSL using C++.
Programming
Software Development
20 Years Ago
by Narue
Wow, it's a wonder you get that far before crashing.
Re: OpenSSL using C++.
Programming
Software Development
20 Years Ago
by Layla_2401
Suggestions anyone?
Re: OpenSSL using C++.
Programming
Software Development
14 Years Ago
by joneil001
I forgot the global_inc.h #ifndef _GLOBAL_INC_H_ #define _GLOBAL_INC_H_ #include <iostream> #include <stdio.h> #include <errno.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <fstream> #include <unistd.h> #include <…
1
2
3
9
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC