encyption

java package for encryption

hi to every one . I want to ask a small question.. I need to write program that encrypt text with 32-bit algorithm using Java . so what is the appropriate package or library to do that ? thanks for all ...

C#: Need for help on encrypting connection string in app.config and save it there and decrypting it and use ?

hi I need for help on encrypting connection string in app.config and save it there and decrypting it and use . Thank you ...

Best Practices / Patterns for Enterprise Protection/Remediation of SSNs (Social Security Numbers)

I am interested in hearing about enterprise solutions for SSN handling. (I looked pretty hard for any pre-existing post on SO, including reviewing the terriffic SO automated "Related Questions" list, and did not find anything, so hopefully this is not a repeat.) First, I think it is important to enumerate the reasons systems/databases ...

cmd line app for encryption via std in/out/error?

Now that i am thinking about it, it seems unusual that i dont know. Is there an app that allows me to encypt data with std in/out/error? perhaps something like appname -c AES -k MyTextKey (or -kh for a key made from hex data) -o stdout -i stdin I never bothered learning how to use one outside of .NET and it would be annoying to do it ...