Tagged Questions
0
votes
2answers
127 views
Compress and Encrypt a Byte Array in C
I have a program which generates byte arrays unsigned * char and sends that data out over a wireless stream using fwrite.
I would like to compress and encrypt that byte array into another byte array, ...
1
vote
0answers
94 views
C# while converting string to byte[] and byte[] to string I got Out of memory Exception
I am implementing a system that reads xml files, encrypt and compress them then send to a web service as stream
My test xml files size are differs 1KB to 26MB.
When I run my code as single threaded, ...
-5
votes
1answer
64 views
LZ compression technique
HELLO guys I was trying to implement LZ compression....and was trying to compress some files using it....but I am having some logical problem...
I seriously dont have any idea about how the data is to ...
0
votes
1answer
90 views
Text file decoding - how do I approach this? [closed]
I have a file which should contain some scripted content. Problem is that it looks like it's encrypted.
So again I did some work and noticed that first five bytes in some tjs are the same excluding ...
1
vote
2answers
301 views
Best way for file compression using C# [closed]
File compression is a very important matter now a days. I am a C# programmer. I heard about DotNetZip, SharpZibLib, GZipStream etc. Confused about which one is the best. What I need are:
1: Faster ...
0
votes
0answers
86 views
C# application communicating with C++ server
How to scheme where:
- Client is on C# side (sending request to server)
- Server is on C++ side (Linux) (responding to client request and closing)
And communication between that nodes are via TCP, ...
1
vote
2answers
110 views
Compression and Encryption… Which to apply first?
I am working on a remote backup project in C...
I want to send data and compress as well as encrypt the data.
However I am confused whether to compress first or encrypt first!
What will be better?:
...
0
votes
1answer
121 views
How to compress before encrypting message in a custom binding?
I have followed the example at microsoft http://msdn.microsoft.com/en-us/library/ms751458.aspx regarding creation of a custom binding to compress messages. However, I want to have my traffic encrypted ...
0
votes
2answers
192 views
ascii output of string compression in C
I need to use both compression and encryption in a project. There are two programs in the project.
In the first program, an ascii text file is first compressed and then encrypted. Further operations ...
0
votes
1answer
51 views
How to hold two files into one for use later
I am coding a rhythm game and one of the things I really want to keep in mind is the integrity of an artist's license and copyright. I appreciate artists giving me copyright license to use in my game ...
7
votes
2answers
409 views
How can I compress and encrypt a large file without using external DLLs or runtimes?
I am looking for a component or other technique to compress and encrypt multiple large files (files which exceed 4gb in size, and thus will not fit in the memory available to a win32 process) into a ...
0
votes
2answers
385 views
Python: compress large files
I have to compress files. Given that files can be large, I have to split them into chunks. Also, if the user provides a password, I have to encrypt the files, so I'd prefer to use a compression ...
0
votes
1answer
199 views
Failed to Decrypt after compressing string into a text file (AES)
First time posting this so don't go too hard on me (although I've been read this forum quite for some time)
The problem that I encounter using AES in Java is like this.
First, I need to encrypt a ...
0
votes
0answers
73 views
De-compress / De-serialize unknown binary data
I have some "unknown" binary data that has been compressed, packed or formatted by an old in house application in a way that is unreadable. The old in house application can still work with this data.
...
0
votes
1answer
52 views
Non-proprietary directory encryption
We store measurement results in directories. Each directory has a meta.xml which describes common things about the result file, and several files of data. This result has to be encrypted.
I would ...
0
votes
1answer
136 views
Does compressing data before encrypting it violate any web standards to fulfill the “Accept-Encoding: gzip, deflate” header in an HTTP request?
We have a REST interface that returns encrypted messages. When we receive a request with the Accept-Encoding: gzip, deflate header, we compress the data. Currently, we compress the data AFTER we ...
1
vote
1answer
245 views
Compressing and Encrypting Data Into Blocks
I am working on a compressing and encryption system and I have run into a little roadblock that I think I can overcome by thinking it through with some professionals.
Goal
I want a file container ...
0
votes
1answer
89 views
Compression friendly encryption
I'm going to need to store a whole bunch of encrypted files. Groups of them have very similar content. I would like to optimize the space required using compression, but no encryption algorithm I ...
2
votes
2answers
311 views
What is the fastest combination of compression + encoding + checking + serialization of an array?
I need a combination of functions that does:
array serialization(no object, small - 3-7 key-value pairs of strings, no references)
data validity check of above(Is it better for the hash to be inside ...
0
votes
0answers
444 views
Decrypt Java encrypted File in c# using gzip
I am trying to decrypt the file in c# which i encrypt in the android. I have to use gzip compression on the file and using the same to decrypt the file in c#.
public static void gzip(File ...
-1
votes
2answers
492 views
How do I compress and encrypt a string to another string?
The program that I am working on saves the snapshot of the current state to a xml file. I would like to store this in database (as blob) instead of xml.
Firstly, I think xml files are quite ...
0
votes
3answers
963 views
Compress and encrypt in Delphi
I need a fast and strong compression + encryption method for my DAT file.
I've a DAT file which contains very sensitive information and I would like to compress and encrypt it. I know I can use Zlib ...
4
votes
2answers
211 views
Compression/encryption algorithms output guarantees
My question here regards compression/encryption algorithms in general and to me sounds like a complete noobie one. Now, I understand that "in general" "it all depends", but suppose we're talking ...
3
votes
1answer
158 views
How do I wrap git file merge with pre- and post-processing?
I'd like to be able to invoke some pre-processing on files before Git tries to merge them, and the post-process the merged result. The general idea here is that some files are difficult to ...
0
votes
1answer
41 views
Retrieving the key of an encryption if the data is known
Is there any possible way or attack to retrieve the key from encrypted data if a part of the original data is known? Also if a file is compressed and then encrypted, does the compression headers give ...
3
votes
2answers
1k views
Chained GZipStream/DeflateStream and CryptoStream (AES) breaks when reading
I want to compress and then encrypt my data, and for improved speed (by not having to write to byte arrays and back) decided to chain the streams used for compression and encryption together.
It ...
1
vote
3answers
229 views
Which compression/encryption should I take?
We've developed a service, which sends e-mails... quite trivial at this step.
The next step will be: handling the bounces.
To implement this I need to add some information into the headers... Let's ...
0
votes
1answer
641 views
generate and compress html and send in response to ajax request then decompress with jquery/js
Ok. So I have a ajax request that I send to the server. This response contain the html that I am going to append to the site. My goal is to never reload the page, instead remove and add html with ajax ...
0
votes
2answers
179 views
C# Meta-information for object serialisation
Say I have an object called data which contains a variety of information. Let's say for argument that there is actually quite a lot of stuff within the data graph.
If I serialise it using ...
0
votes
2answers
1k views
Java compression and splitting library - preferrably 7zip
I am looking for a java library which can compress files and directories.
I need the following features
-compress
-decompress
-split archives to multiple files based on a size limit
I would really ...
6
votes
4answers
568 views
Methods for encrypting an archive in C++
I'm writing a game that will have a lot of information (configuration, some content, etc) inside of some xml documents, as well as resource files. This will make it easier for myself and others to ...
4
votes
2answers
2k views
native ruby methods for compressing/encrypt strings?
Hi is there any native function (not install other gem, or not calling openssl from shell) to compress string or encrypt a string?
sort of like mysql compress.
"a very long and loose ...
17
votes
5answers
6k views
When compressing and encrypting, should I compress first, or encrypt first?
If I were to AES-encrypt a file, and then ZLIB-compress it, would the compression be less efficient than if I first compressed and then encrypted?
In other words, should I compress first or encrypt ...
8
votes
6answers
2k views
Is it better to encrypt a message and then compress it or the other way around? Which provides more security?
I have the assumption there is no added protection at all.
1
vote
2answers
448 views
Storing compressed data in a cookie
What's the best way to store compressed data in a cookie? The reasons I want to do this are:
I want to store as much data as possible in 1 cookie
I want performance to be as fast as possible in ...
1
vote
2answers
240 views
Cryptography / Compression in Silverlight
I'm porting my application from WPF to Silverlight. The biggest problem is that my application uses RSA encryption and Deflate compression, and both classes are not available in Silverlight.
I know ...
2
votes
2answers
355 views
Transforming a url into a unique 32 character token
I am writing an affiliate system, and I want to generate a unique 32 character wide token, from the url.
The problem is that a URL can be up to 128 chars long (IIRC). Is there a way that I can create ...
1
vote
3answers
243 views
best way to take Backup of code and DB?
So what can be best way to have a Backup of code and DB is it downloading Locally via http ?
But i fear it is security risk as some hacker might get access to it .
I am looking into compress then ...
1
vote
0answers
98 views
For compressed archives, is XTS still viable?
For one of my projects @ college, I wanted to create a WinMo application to secure data. I have previously used FreeOTFE and I wanted to implement similar functionality to my application. My choice of ...
1
vote
4answers
539 views
is there a way to compress a GET string so it won't be so long?
I need to compress a string so it is shorter for a GET method form. Is there any way to compress a string and it will be decrypted later? That way...
?error=LOTS OF STUFFLOTS OF STUFFLOTS OF ...
9
votes
4answers
510 views
Practical way of explaining “Information Theory”
Information theory comes into play where ever encoding & decoding is present. For example: compression(multimedia), cryptography.
In Information Theory we encounter terms like "Entropy", "Self ...
1
vote
1answer
648 views
Compressing and Decompress in PHP and JS
I was wondering if someone has come up with something similar to this??
a way to compress a text:
<?php
$str = 'Hello world!';// the text here can be any characters long
$key = ...
1
vote
1answer
683 views
sync framework microsoft encryption and compression
We have started prototyping with the sync framework...I would like to know if / how we can use encryption, authentication and compression...
Are we limited to using ssl in wcf or are there other ...
1
vote
5answers
164 views
will encrypting a comma seperated list of ID's make it smaller to fit into a cookie?
say I want to store ID's in a cookie:
123,1232,3443,2343,2344422,2342
seeing that a cookie has a 4kb limit (or whatever), would encrypting the value allow for more storage somehow?
if so, which ...
0
votes
2answers
569 views
how to send zipped (ASCII) data in an HTTP response from PHP
I am writing a service that sends data as a response, to a client.
I am sending text (PLAIN ASCII) data, but I want to compress the data first (uzing any of the standard compression routines), and ...
1
vote
2answers
867 views
lightweight RESTful PHP server
I want to write an extremely lightweight PHP server which handles data requests from remote clients. The data returned is tabular (like that of data read from a CSV file or a database table). The ...
1
vote
3answers
2k views
How to validate that a file is a password protected ZIP file, using C#
Given a path to a file, how can I validate that the file is a password-protected zip file?
i.e., how would I implement this function?
bool IsPasswordProtectedZipFile(string pathToFile)
I don't ...
2
votes
6answers
1k views
Encrypt and compress html-codes in iPhone app bundle, unpack on first start
My client wants to encrypt/compress the html-code for their medical books in the iPhone bundle, to protect their IP.
Whats is a good way to prepare this file for the app bundle, and what ...
10
votes
8answers
7k views
Does AES (128 or 256) encryption expand the data? If so, by how much?
I would like to add AES encryption to a software product, but am concerned by increasing the size of the data. I am guessing that the data does increase in size, and then I'll have to add a ...
3
votes
9answers
2k views
Are there any compression and encryption libraries in C#?
I want to compress some files (into the ZIP format) and encrypt them if possible using C#. Is there some way to do this?
Can encryption be done as a part of the compression itself?
