The ciphers tag has no wiki summary.
0
votes
2answers
81 views
Find out which ciphers are supported by a server using Ruby
I'm trying to write/modify a metasploit module to find out which ciphers are supported by a server (for scanning purposes). Will I have to enumerate the ciphers, by trying them all out, or is there a ...
0
votes
2answers
49 views
Blowfish floating point
I have some floating point data e.g. "3.9389005e-01" which I want to cipher with Blowfish.
strtod is used to get a float from the string.
But Blowfish only encrypts integers.
So my plan is to ...
1
vote
2answers
593 views
how to use API and to initialize openssl properly?
how to use API and to initialize openssl properly?
I got to make opevpn work with russian crypto standard called GOST.
I know that there are existing products by cryptocom which provides this ...
0
votes
1answer
196 views
JSSE Configuration in Tomcat - enable AES256 cipher
What are the ciphers supported by JSSE in Apache Tomcat server? How can i enable AES256 and reorder the ciphers?
1
vote
0answers
96 views
Block ciphers or stream ciphers for mobile devices?
I would like to know, why it is better to implement block ciphers instead of implementing stream ciphers in Android?
0
votes
1answer
263 views
Impossible to read crypt Video with AES Cipher on Android
I have to read crypt video on Android device.
I create a localhost server using http://elonen.iki.fi/code/nanohttpd/ which permits in very simple way to achieve this goal.
I achieve with it to read ...
0
votes
0answers
86 views
why JCE CipherOutputStream, flush() not working
I was trying to make an ObjectOutputStream over a CipherOutputStream. like this:
Cipher encryptor = Cipher.getInstance("AES/CBC/PKCS5Padding");
Cipher decryptor = ...
0
votes
0answers
275 views
How to disable weak SSL Ciphers in Solaris 10?
I want to disable weak SSL ciphers in Solaris 10. I know the necessary lines that i need to add to the Apache configuration file.
But the trouble is i'm unable to locate the configuration file in ...
1
vote
1answer
697 views
What cipher suites come with Java jdk1.7.0_03, and / or how do I provision my RMI installation with them?
I've been wracking my brain on this problem, here, and suddenly thought to check if ANY cipher suites were available to the RMI Server. So, I put the following code in JUST BEFORE the RMI Registry is ...
3
votes
2answers
365 views
Weak Ciphers Detected
after running a vulnerability scan on my application, the Netsparker returned a Weak Ciphers issue.
the resolution tells me to modify the registry like so:
• click Run, type regedt32 or type ...
3
votes
1answer
475 views
Are Heroku dynos vulnerable to BEAST? (TLS 1.0 CBC exploit)
Was reading an article in The Register about BEAST which lead me to the SO post about SslStream, BEAST and TLS 1.1
It seems the best way to mitigate the vulnerability is to prefer a non-CBC cipher ...
4
votes
1answer
3k views
How to control the SSL ciphers available to Tomcat
I'm unable to disable weak SSL ciphers in Tomcat as documented in many places e.g. http://www.techstacks.com/howto/secure-ssl-in-tomcat.html.
Currently, my connector looks as follows:
..Connector ...
2
votes
1answer
299 views
C Crypto Libraries Supporting HC-128/256?
I have been searching for a while for a crypto library that I can used on linux to implement HC-128/256 encryption for using on network traffic. Unfortunately, support for this seems rather rare. ...
6
votes
3answers
224 views
Order-independent ciphers
Is there exist a ciphering approach such that encrypting and decrypting order is arbitrary? Like using two padlocks on the same lock loop.
That is, if there are two keys (or keypairs) K1, K2, message ...
2
votes
2answers
202 views
What Defines Cipher Grades?
I've been searching for what exactly defines different encryption "cipher grades" - such as those used in SSL and TLS, but haven't been able to find a specific resource that draws the line between ...
7
votes
1answer
1k views
Implementing TLS 1.2 on Android 2.3.3
I have been trying to implement TLS 1.2 on Android. I create an SSLSocket s but when I run s.getSupportedProtocols(), TLS 1.2 is not one of the options. TLSv1 and SSLv3 are supported but TLSv1.2 is ...
1
vote
1answer
480 views
Disabling SSL Weak Ciphers with Play! Framework
Is there a way to disable weak and medium ciphers suites for https, with the standalone Play Framework server?
Couldn't find anything about it.
1
vote
1answer
747 views
Java HTTPS connection with Custom CipherSuites
So let's say I try to connect to a web server over HTTPS using HttpsURLConnection. Now if I set/limit the ciphers on Client using:
System.setProperty("https.cipherSuites", myCustomCipherSuites);
I ...
1
vote
0answers
1k views
SFTP using JSch and GlobalScape
I'm trying to establish a SFTP connection using Java secure chanel (JSCh).
My software stack is Red Hat Enterprise Server 5.0, JRE 6.0 and JSch v0.1.44.
The primarily server software stack (to which ...
0
votes
1answer
535 views
Caesar Cipher over TCP connection Android
I am building this application in android using eclipse.
I am building a program that takes a coded caesar cipher string and finds the number of shifts then sends back the decoded text. I have been ...
-1
votes
2answers
630 views
Bash script frequency analysis of unique letters and repeating letter pairs how should i build this script?
Ok,first post..
So I have this assignment to decrypt cryptograms by hand,but I also wanted to automate the process a little if not all at least a few parts,so i browsed around and found some sed and ...
2
votes
2answers
156 views
Is there such a thing as a Fourier cipher, by another name?
I've created a type of alphabet cipher that is based on the concept of a Fourier transform, where each character is defined based on how distant it is (in the alphabet) from the preceding character:
...
0
votes
0answers
386 views
Block cipher string encryption/decryption in C [duplicate]
Possible Duplicate:
AES, Serpent or Twofish in C example?
I'm trying to find a good block cipher (AES, Blowfish, etc) to encrypt/decrypt strings. I cannot find any good examples in C. I've ...
1
vote
1answer
2k views
What are the iOS supported SSL/TLS versions and ciphers?
I am developing an iPhone application, I am trying to find a list of supported SSL/TLS versions and ciphers for iOS. Is there a reference or a method I can call to get this answer? Also, if I can ...
1
vote
3answers
100 views
Improving cipher's properties sanity check
I am reading about cryptography I was thinking about these properties of AES (that I use):
same message = same ouput
no message length secrecy
possible insecurity if you know the messages (does this ...
0
votes
1answer
204 views
TDEA and CBC mode?
I am trying to get the hang of encryption diagrams and TDEA (Triple DES). I understand TDEA looks something like this:
ciphertext = EK3(DK2(EK1(plaintext)))
I also know a chain block cipher uses an ...
2
votes
2answers
1k views
Symmetric and Asymmetric ciphers, non-repudiation?
I have read on wikipedia "However, symmetric ciphers also can be used for non-repudiation purposes by ISO 13888-2 standard."
Then again and I read on another wiki page, "Non-repudiation, or more ...
6
votes
5answers
12k views
AES Encript and Decript problem with Apache Base64
I have following programme for encrypts a data.
import java.security.Key;
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
import org.apache.commons.codec.binary.Base64;
public ...
0
votes
2answers
73 views
How would you make a simple cipher for an integer in rails?
I have an integer output from a private controller action that I would like to store 'encrypted' in my database. What methods would you use to codify this integer such that I can retrieve up to ~200 ...
5
votes
3answers
1k views
shorter php cipher than md5?
For a variety of stupid reasons, the maximum length of a given form variable that we are posting to an external server is 12 characters.
I wanted to obscure that value with md5, but obviously with 12 ...
1
vote
2answers
165 views
What are the general ideas of decrypting a cipher?
I am trying to improve my skills in encryption and decryption, put there are too many ways to encryption, what ideas are common in this subject, are there any books that talk about that?
thanks alot.
...
0
votes
1answer
268 views
How can I get png image RGBcolors in delphi 2009
I have a cipher encoded as a color series in a png image
the image is RGB-colored but the code is ciphered only in the green byte
How can I get the RGB colors in this 1x84 pixel image?
0
votes
1answer
177 views
Getting IllegalBlockSize when trying to encrypt too much data
Here are my constants
//Encryption fields
/** Algorithm=RSA Mode=ECB Padding=PKCS1Padding*/
public static final String ALGORITHM_MODE_PADDING = "RSA/ECB/PKCS1Padding";
/** Algorithm=RSA */
public ...
1
vote
2answers
910 views
.NET Regex - Replace multiple characters at once without overwriting?
I'm implementing a c# program that should automatize a Mono-alphabetic substitution cipher.
The functionality i'm working on at the moment is the simplest one: The user will provide a plain text and a ...
5
votes
3answers
2k views
Are Encryption and Cipher different things?
I heard some time that encryption and cipher are not the same thing, if so, what's the difference?
4
votes
4answers
919 views
How to specify a cipher for an SSL connection in .NET?
How can I specify a cipher suite to use in an SSL Connections?
I know that Mentalis Seclib got this feature however they don't maintain the project (and there are issues in that library with x64 ...
1
vote
0answers
568 views
How to disable weak-ciphers on rmi port on Jboss 4.2.3GA?
I don't have any service connector port setting for rmi in file /deploy/jboss-web.deployer/server.xml. I have an mbean for org.jboss.invocation.jrmp.server.JRMPInvoker in /conf/jboss-service.xml in ...
0
votes
2answers
992 views
Creating a shift cipher in Java
I want to create an applet where a user can enter a sentance then enter a shift and then the program incrypts the sentance using java. Any help?
im new to java
1
vote
1answer
422 views
Decrypting data from a secure socket
I'm working on a server application in Java. I've successfully got past the handshake portion of the communication process, but how do I go about decrypting my input stream? Here is how I set up my ...
0
votes
9answers
658 views
Strongest cipher available to use with C/C++?
I am just wondering if you are supposed to write a sort of really secure application with data being transmitted over insecure networks, what kind of encryption algorithm will you use it in order to ...
0
votes
7answers
10k views
How to encrypt/decrypt a file in Java?
I am writing a Java application which can "encrypt" and consequently "decrypt" whatever binary file.
I am just a beginner in the "cryptography" area so I would like to write a very simple application ...
10
votes
10answers
1k views
How do I improve breaking substitution ciphers programmically?
I have written (am writting) a program to analysis encrypted text and attempt to analysis and break it using frequency analysis. The encrypted text takes the form of each letter being substituted for ...
1
vote
2answers
3k views
OpenSSL server cipher selection
During an SSL/TLS handshake, the client sends up a list of supported cipher suites and the server selects which one to use for the conversation. Windows has a prioritized list of cipher suites ...
1
vote
2answers
519 views
“How to” for DataSnap Filters Compendium
I'm trying to use Daniele Teti's Datasnap Filters Compendiun (the cipher ones) without success. Someone have a 'how to' for cipher filters for Datasnap?
Regards.
0
votes
2answers
2k views
Decrypting a file in Java and exporting it to a file without going into infinite loops?
How do you decrypt a file in java and export it to a file without having to end up in an infinite loop if you have more than one user and password. Here is my code and at the end is my test file:
...
4
votes
2answers
2k views
How does one set SSL ciphers when using CFSocket/CFStream in Cocoa?
I recently needed to configure CocoaHttpServer, which we're using in our application with success, to handle HTTPS connections coming from a client application (running on Android devices). This is ...
0
votes
3answers
1k views
multiplicative inverse? [closed]
I know that an affine cipher substitutes BD with SG. I need to find the encryption formula, in the form y = a x + b, where a and b are coefficients.
From the information above I end up having to ...
2
votes
5answers
1k views
Using a caesarian cipher on a string of text in python?
I'm trying to slowly knock out all of the intricacies of python. Basically, I'm looking for some way, in python, to take a string of characters and push them all over by 'x' characters.
For ...
5
votes
1answer
4k views
Which Cipher Suites to enable for SSL Socket?
I'm using Java's SSLSocket to secure communications between a client and a server program. The server program also serves up HTTPS requests from web browsers.
According to "Beginning Cryptography ...
1
vote
2answers
4k views
Determining Letter Frequency Of Cipher Text In Python
I am trying to make a tool that finds the frequencies of letters in some type of cipher text.
Lets suppose it is all lowercase a-z no numbers. The encoded message is in a txt file
I am trying to ...
