Dan

Results 4 issues of Dan

**Environment Information** - OS [e.g. Mac, Arch, Windows 10]: RedHat - Node Version [e.g. 8.2.1]: 10.6.0 - NPM Version [e.g. 5.4.2]: 6.1.0 - C++ Toolchain [e.g. Visual Studio, llvm, g++]:...

Is that possible to extend the hashing & verify methods? I'm looking for a way to make it more complex for crackers to extract the password. For ex: ```javascript sha256(md5(hash(password,...

We need to create a state that will hold the data locally in the App. instead of always `setting` & `getting` directly from localStorage. sometimes when using `set` and immediatly...

possible bug

Currently when logging fails there's an exception thrown that crashes the app: https://github.com/gabime/spdlog/blob/a9347017db7bba66a070a92235eafc618d0ef087/include/spdlog/sinks/android_sink.h#L69 ``` throw_spdlog_ex("logging to Android failed", ret); ``` Is it possible to prevent from Spdlog to crash in...