vi의 X옵션으로 암호화하는것은 믿을만 한가요.

toy의 이미지

vi에서 X로 암호넣고 암호화해서 저장할경우
얼마나 믿을만할까요.
중요정보를 이렇게 저장해도 상관없을지요.
아니면 더 좋은 방법알려주세요.. :oops:

cinsk의 이미지

monpetit의 이미지

vim의 경우
:help encrypt
로 보시면 잘 나와 있습니다.

- There is never 100% safety.  The encryption in Vim has not been tested for robustness.
- The algorithm used is breakable.  A 4 character key in about one hour, a 6 character key in one day (on a Pentium 133 PC).  This requires that you know some text that must appear in the file.  An expert can break it for any key...

100% 안전하지 않으며 사용된 알고리즘이 깨질 수 있다고 말하고 있습니다.

중요 정보라면 전문 암호화/복호화 프로그램을 사용하시는 게 좋을 듯합니다.