How can I use Compression and Encryption Algorithm executing at a time? [on hold]
up vote
0
down vote
favorite
I'm trying to implement Compression and Encryption at a time. How can I achieve this? Any pseudo code or anything.
Basically, I want to I want to implement Huffman coding and AES encryption taking place at the same time for a particular text that will be saved on the PC after going through this method.
encryption cryptography compression aes huffman-code
New contributor
put on hold as unclear what you're asking by halfer, legoscia, greg-449, mpromonet, Rob 18 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I'm trying to implement Compression and Encryption at a time. How can I achieve this? Any pseudo code or anything.
Basically, I want to I want to implement Huffman coding and AES encryption taking place at the same time for a particular text that will be saved on the PC after going through this method.
encryption cryptography compression aes huffman-code
New contributor
put on hold as unclear what you're asking by halfer, legoscia, greg-449, mpromonet, Rob 18 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
Do you mean literally at the same time or in sequence?
– Luke Joshua Park
22 hours ago
Hint: do the compression before the encryption.
– Mark Adler
5 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to implement Compression and Encryption at a time. How can I achieve this? Any pseudo code or anything.
Basically, I want to I want to implement Huffman coding and AES encryption taking place at the same time for a particular text that will be saved on the PC after going through this method.
encryption cryptography compression aes huffman-code
New contributor
I'm trying to implement Compression and Encryption at a time. How can I achieve this? Any pseudo code or anything.
Basically, I want to I want to implement Huffman coding and AES encryption taking place at the same time for a particular text that will be saved on the PC after going through this method.
encryption cryptography compression aes huffman-code
encryption cryptography compression aes huffman-code
New contributor
New contributor
edited 20 hours ago
halfer
14.1k757104
14.1k757104
New contributor
asked 23 hours ago
Di Achates
1
1
New contributor
New contributor
put on hold as unclear what you're asking by halfer, legoscia, greg-449, mpromonet, Rob 18 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as unclear what you're asking by halfer, legoscia, greg-449, mpromonet, Rob 18 hours ago
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
Do you mean literally at the same time or in sequence?
– Luke Joshua Park
22 hours ago
Hint: do the compression before the encryption.
– Mark Adler
5 hours ago
add a comment |
1
Do you mean literally at the same time or in sequence?
– Luke Joshua Park
22 hours ago
Hint: do the compression before the encryption.
– Mark Adler
5 hours ago
1
1
Do you mean literally at the same time or in sequence?
– Luke Joshua Park
22 hours ago
Do you mean literally at the same time or in sequence?
– Luke Joshua Park
22 hours ago
Hint: do the compression before the encryption.
– Mark Adler
5 hours ago
Hint: do the compression before the encryption.
– Mark Adler
5 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
Do you mean literally at the same time or in sequence?
– Luke Joshua Park
22 hours ago
Hint: do the compression before the encryption.
– Mark Adler
5 hours ago