What Media Type is encrypted text?
up vote
0
down vote
favorite
I'm encrypting a file and saving it in AWS. What Media Type (FKA MIME-type) is encrypted text? "text/plain" doesn't seem right.
mime-types media-type
add a comment |
up vote
0
down vote
favorite
I'm encrypting a file and saving it in AWS. What Media Type (FKA MIME-type) is encrypted text? "text/plain" doesn't seem right.
mime-types media-type
You can make one up (especially since it ought to depend on the encryption mechanism / format)
– SLaks
Nov 7 at 20:25
Or use octet-stream.
– SLaks
Nov 7 at 20:25
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm encrypting a file and saving it in AWS. What Media Type (FKA MIME-type) is encrypted text? "text/plain" doesn't seem right.
mime-types media-type
I'm encrypting a file and saving it in AWS. What Media Type (FKA MIME-type) is encrypted text? "text/plain" doesn't seem right.
mime-types media-type
mime-types media-type
asked Nov 7 at 20:23
Brett Slocum
128218
128218
You can make one up (especially since it ought to depend on the encryption mechanism / format)
– SLaks
Nov 7 at 20:25
Or use octet-stream.
– SLaks
Nov 7 at 20:25
add a comment |
You can make one up (especially since it ought to depend on the encryption mechanism / format)
– SLaks
Nov 7 at 20:25
Or use octet-stream.
– SLaks
Nov 7 at 20:25
You can make one up (especially since it ought to depend on the encryption mechanism / format)
– SLaks
Nov 7 at 20:25
You can make one up (especially since it ought to depend on the encryption mechanism / format)
– SLaks
Nov 7 at 20:25
Or use octet-stream.
– SLaks
Nov 7 at 20:25
Or use octet-stream.
– SLaks
Nov 7 at 20:25
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
Use
application/octet-stream
which is intended for arbitrary binary data - perfect for an encrypted file that by definition can't be interpreted. (RFC2046)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Use
application/octet-stream
which is intended for arbitrary binary data - perfect for an encrypted file that by definition can't be interpreted. (RFC2046)
add a comment |
up vote
2
down vote
Use
application/octet-stream
which is intended for arbitrary binary data - perfect for an encrypted file that by definition can't be interpreted. (RFC2046)
add a comment |
up vote
2
down vote
up vote
2
down vote
Use
application/octet-stream
which is intended for arbitrary binary data - perfect for an encrypted file that by definition can't be interpreted. (RFC2046)
Use
application/octet-stream
which is intended for arbitrary binary data - perfect for an encrypted file that by definition can't be interpreted. (RFC2046)
answered Nov 7 at 20:43
Daniel Rothig
5448
5448
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53197252%2fwhat-media-type-is-encrypted-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You can make one up (especially since it ought to depend on the encryption mechanism / format)
– SLaks
Nov 7 at 20:25
Or use octet-stream.
– SLaks
Nov 7 at 20:25