Tagged Questions
The ciphers tag has no wiki summary.
9
votes
10answers
879 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 ...
5
votes
3answers
118 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 ...
5
votes
6answers
3k views
Beginner question about Caesar cipher in C++
To start off, I'm four weeks into a C++ course and I don't even know loops yet, so please speak baby talk?
Okay, so I'm supposed to read a twelve character string (plus NULL makes thirteen) from a ...
4
votes
4answers
3k 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 ...
4
votes
2answers
954 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 ...
3
votes
3answers
338 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?
3
votes
4answers
445 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 ...
3
votes
1answer
2k 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 ...
3
votes
7answers
2k views
2
votes
1answer
114 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 ...
2
votes
2answers
103 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:
...
2
votes
3answers
445 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 ...
2
votes
5answers
534 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 ...
1
vote
1answer
84 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. ...
1
vote
2answers
86 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 ...
1
vote
0answers
345 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
266 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
1k 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
85 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 ...
1
vote
2answers
374 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 ...
1
vote
2answers
110 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.
...
1
vote
2answers
460 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 ...
1
vote
0answers
377 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 ...
1
vote
1answer
203 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 ...
1
vote
2answers
405 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.
1
vote
2answers
2k 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 ...
1
vote
4answers
1k views
Best way to handle block ciphers in C++? (Crypto++)
Good day :)
I'm pretty new to both C++ and Block Cipher encryption, and I am currently in the process of writing a decryption function for AES (16 byte seed / 16 byte blocks). All is going well, but ...
0
votes
1answer
199 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 ...
0
votes
1answer
298 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 ...
0
votes
0answers
519 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
309 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 ...
0
votes
0answers
361 views
Block cipher string encryption/decryption in C [closed]
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 ...
0
votes
1answer
91 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 ...
0
votes
2answers
61 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 ...
0
votes
1answer
110 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
102 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 ...
0
votes
2answers
493 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
0
votes
9answers
497 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
3k 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 ...
0
votes
2answers
846 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 ...
0
votes
2answers
998 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:
...
0
votes
3answers
916 views
multiplicative inverse?
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 ...
0
votes
1answer
95 views
How would you design OO classes to handle cryptosystems and their keys
This a wider question than my previous one but related.
I want to implement oldish crypto systems in Ruby such as ADFGVX, VIC cipher and others, mostly for fun. These cryptosystems are built on top ...
0
votes
2answers
2k views
How can I disable weak Ciphers for Tomcat 5.5.27
Please let me know how can I disable weak Ciphers for Tomcat 5.5.27
0
votes
1answer
392 views
keyless ciphers of ROT13/47 ilk
Do you know of any other ciphers that performs like the ROT47 family ?
My major requirement is that it'd be keyless. Thanks.
-1
votes
2answers
321 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 ...