Problems
Search for solutions in our discussion group.If you can't find a solution after thoroughly searching the discussion group, join the group and send us an email with a descriptive, specific subject. We will be glad to help.
Third Party Criticism
Find recent criticism on Sneer by other people using this Google search.We value feedback a lot. If you post criticism about Sneer, please include the phrase "Sneer can improve". This will help people find your post using the link above.
Please be constructive and give concrete examples of what you are talking about.
Security
Security is built into Sneer from the beginning:- Each brick runs in its own classloader so that it can be sandboxed using the Java security model. However, Sneer is NOT sandboxing them yet.
- All data communication passes through a single point in the code, allowing data encryption to be added when that becomes a priority.
- Each Sneer user has their own "Seal" (a SHA512 hash of an ECDSA256 public-key) for authentication, although it is NOT being enforced right now.