Re: encode is the same that encrypt?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



In the MIME/SMIME encoder pipeline component, the "transfer encoding"
property is about wire format - how the data will be represented in the
message. (For instance, base64 encoding is often used to represent binary
data in xml messages. But base64 isn't intended to provide any degree of
privacy.)

Encryption is about keeping message contents private - the "enable
encryption" and "encryption algorithm" properties of the mime/smime pipeline
component speak to this.

Scott Colestock
www.traceofthought.net


"Luis Esteban Valencia" <levalencia@xxxxxxxxxxxx> wrote in message
news:OLqK17HjFHA.2152@xxxxxxxxxxxxxxxxxxxxxxx
> Hello I just make a single orchestration that receives a file and then
> sends
> that file to another folder. I used a receive pipeline and put the s/mime
> encode component. But the question is? Encode is the same than encrypt?
> What
> about if I want to encrypt with SHA1 or MDA5?
>
> Or talking about security is enough to use s/mime encode component? If
> someone steals that file is there anyway he can make a reverse decode and
> know that information?
>
>
> Thanks
>
>


.



Relevant Pages

  • encode is the same that encrypt?
    ... I used a receive pipeline and put the s/mime ... about if I want to encrypt with SHA1 or MDA5? ... Or talking about security is enough to use s/mime encode component? ...
    (microsoft.public.biztalk.general)
  • Re: Encrypted email - is there a specific solution?
    ... Regarding the base64 encoding, is it just simply a case of using: ... > (and of course the shared server has the public key), then you can encrypt ... >> Can encrpyted email be sent from an ASP.NET application? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: encryption in .NET 2.0
    ... As you say it's nothing super secretive, so I'm assuming that you just need to encrypt something so the average user doesn't mess about with it. ... a simple base64 encoding and decoding method would do the job. ... Google First. ...
    (microsoft.public.dotnet.languages.csharp)