Revision history [back]

click to hide/show revision 1
initial version

asked 2014-07-16 11:17:09 +0800

tsinglongwu gravatar image tsinglongwu

How to encrypt password in client widget and send encrypted data to server

Hi all,

I use ZK 5.0.7.

I want to encrypt client password and send encrypted data to server after submit. The unencrypted password is forbidden to be captured by Wireshark, etc.

I have read <url>http://books.zkoss.org/wiki/SmallTalks/2007/June/HowtoSecureUser%27sPasswordwith_Encryption</url> but it can not applied in my app because it is for ZK 2.4. There are some issues block me:

  1. Can't find method: zkau.send({uuid: comp.id, cmd: "onEncryption", data: [data]},10);
  2. "Command" in EncryptionCommand.java is not identified.

Is anyone know how to implement this feature with a exact demonstration for ZK 5? Thanks a lot in advanced.

How to encrypt password in client widget and send encrypted data to server

Hi all,

I use ZK 5.0.7.

I want to encrypt client password and send encrypted data to server after submit. The unencrypted password is forbidden to be captured by Wireshark, etc.

I have read <url>http://books.zkoss.org/wiki/SmallTalks/2007/June/HowtoSecureUser%27sPasswordwith_Encryption</url> but it can not applied in my app because it is for ZK 2.4. There are some issues block me:

  1. Can't find method: zkau.send({uuid: comp.id, cmd: "onEncryption", data: [data]},10);
  2. "Command" in EncryptionCommand.java is not identified.

Is anyone know how to implement this feature with a exact demonstration for ZK 5? Thanks a lot in advanced.

How to encrypt password in client widget and send encrypted data to server

Hi all,

I use ZK 5.0.7.

I want to encrypt client password and send encrypted data to server after submit. The unencrypted password is forbidden to be captured by Wireshark, etc.

I have read <url>http://books.zkoss.org/wiki/SmallTalks/2007/June/HowtoSecureUser%27sPasswordwith_Encryption</url> but it can not applied in my app because it is for ZK 2.4. There are some issues block me:

  1. Can't find method: zkau.send({uuid: comp.id, cmd: "onEncryption", data: [data]},10);
  2. "Command" in EncryptionCommand.java is not identified.

Is anyone know how to implement this feature with a exact demonstration for ZK 5? Thanks a lot in advanced.

How to encrypt password in client widget and send encrypted data to server

Hi all,

I use ZK 5.0.7.

I want to encrypt client password and send encrypted data to server after submit. The unencrypted password is forbidden to be captured by Wireshark, etc.

I have read <url>http://books.zkoss.org/wiki/SmallTalks/2007/June/HowtoSecureUser%27sPasswordwith_Encryption</url> but it can not applied in my app because it is for ZK 2.4. There are some issues block me:

  1. Can't find method: zkau.send({uuid: comp.id, cmd: "onEncryption", data: [data]},10);
  2. "Command" in EncryptionCommand.java is not identified.

Is anyone know how to implement this feature with a exact demonstration for ZK 5? Thanks a lot in advanced.

How to encrypt password in client widget and send encrypted data to server

Hi all,

I use ZK 5.0.7.

I want to encrypt client password and send encrypted data to server after submit. The unencrypted password is forbidden to be captured by Wireshark, etc.

I have read <url>http://books.zkoss.org/wiki/SmallTalks/2007/June/HowtoSecureUser%27sPasswordwith_Encryption</url> but it can not applied in my app because it is for ZK 2.4. There are some issues block me:

  1. Can't find method: zkau.send({uuid: comp.id, cmd: "onEncryption", data: [data]},10);
  2. "Command" in EncryptionCommand.java is not identified.

Is anyone know how to implement this feature with a exact demonstration for ZK 5? Thanks a lot in advanced.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More