Skip to main content

[archive] Encrytion software

  • July 2, 2007
  • 10 replies
  • 0 views

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:

10 replies

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
More info would be useful :) Are you trying to encrypt data or traffic? What's your operating system? Are you using Thin client?

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Actually;
All of the items mentioned, we sell on Windows, Unix, and Linux including thin client.

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Vision files can be encrypted to prevent data being extracted or viewed. This can't be un-done though.

Thin-Client traffic can be encrypted using the config variable AGS_SOCKET_ENCRYPT.

If you're using character based application on UNIX or Linux, then use SSH instead of Telnet.

Not sure how you can encrypt windows traffic :(

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Vision files can be encrypted to prevent data being extracted or viewed. This can't be un-done though.

Thin-Client traffic can be encrypted using the config variable AGS_SOCKET_ENCRYPT.

If you're using character based application on UNIX or Linux, then use SSH instead of Telnet.

Not sure how you can encrypt windows traffic :(

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Vision files can be encrypted to prevent data being extracted or viewed. This can't be un-done though.

Thin-Client traffic can be encrypted using the config variable AGS_SOCKET_ENCRYPT.

If you're using character based application on UNIX or Linux, then use SSH instead of Telnet.

Not sure how you can encrypt windows traffic :(

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Thanks for help.

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
I have linked in the mcrypt libraries into our runtime and use it to encrypt data fields, etc.

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Thanks for yuor replys, I will check out mcrypt.

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Thanks for yuor replys, I will check out mcrypt.

[Migrated content. Thread originally posted on 29 June 2007]

Does anyone have any suggestions for including Encrytion software in a cobol program ?:confused:
Thanks for yuor replys, I will check out mcrypt.