DartBot
DartBot
**Comment by [sethladd](https://github.com/sethladd)** --- _Removed [Type-Defect](../labels/Type-Defect) label._ _Added [Type-Enhancement](../labels/Type-Enhancement), [Area-Library](../labels/Area-Library), [Library-Crypto](../labels/Library-Crypto), [Triaged](../labels/Triaged) labels._
**Comment by [justinfagnani](https://github.com/justinfagnani)** --- I have a port of jBCrypt-0.3 ready. Where do we think this could go, it's own package or dart:crypto? Florian? --- cc @floitschG.
**Comment by [justinfagnani](https://github.com/justinfagnani)** --- Link to jBCrypt: http://www.mindrot.org/projects/jBCrypt/
**Comment by [justinfagnani](https://github.com/justinfagnani)** --- There's a pub package of a port of jBcrypt also: http://pub.dartlang.org/packages/dbcrypt
**Comment by [stevenroose](https://github.com/stevenroose)** --- Any implementation for Scrypt already?
**Comment by [kevmoo](https://github.com/kevmoo)** --- _Removed [Library-Crypto](../labels/Library-Crypto) label._ _Added [Pkg-Crypto](../labels/Pkg-Crypto) label._
**Comment by [kevmoo](https://github.com/kevmoo)** --- _Removed [Area-Library](../labels/Area-Library) label._ _Added [Area-Pkg](../labels/Area-Pkg) label._
**Comment by [sethladd](https://github.com/sethladd)** --- _Added [Area-Pkg](../labels/Area-Pkg), [Pkg-Args](../labels/Pkg-Args), [Triaged](../labels/Triaged) labels._
**Comment by [iposva-google](https://github.com/iposva-google)** --- In my opinion why you want negatable boolean options is so that you can easily experiment on the command line without having to remove the flag...
**Comment by [seaneagan](https://github.com/seaneagan)** --- Thanks, I wasn't aware of the use case to quickly switch between --foo and --no-foo. And I do see how explicitly specifying what is already the...