Search code examples
java.netencryptionencryption-asymmetric

Does two symmetric encryption algorithms return the same result in two different OS and Programming Framework?


Simply in .Net I encrypt the the Id By DES a Symmetric Encryption algorithm and specific Key in .NET . I'm wondering could my partner in Java decrypt just by knowing the name of algorithm and the key ?

Thanks


Solution

  • If the implementations are correct, then - yes.