The features page mention this: *User passwords are never transmitted in plain text over the network (even when using insecure connections)
If this applies to remote databases that do not use SSL this statement is false. This statement is also false when using a local embedded database. I can proof this by running wireshark and intercept the packets while listening on the localhost. The first packet I receive contains the username, password and schema. Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
