Differences
This shows you the differences between two versions of the page.
docs:cryptography:openssl [2010/12/09 10:23] – created billh | docs:cryptography:openssl [2016/03/27 14:48] (current) – removed billh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== openssl ====== | ||
- | ===== Creating certificates and private key files ===== | ||
- | * See [[docs: | ||
- | |||
- | ===== command line encryption ===== | ||
- | |||
- | ==== using certificates and keys ==== | ||
- | < | ||
- | # encrypt a file named testfile.txt | ||
- | openssl enc -a -kfile / | ||
- | |||
- | # decrypt the file back to the original | ||
- | openssl enc -d -a -kfile / | ||
- | </ | ||
- | |||
- | ===== See Also ===== | ||
- | * [[docs: |