Marco Comes
Marco Comes
`createSalt` generates `keyLength` bytes and then transform it in a base64 string. This string is passed to `pbkdf2` as salt, but pbkdf2 treats strings as utf8, so the given salt...
I use hogan.js that support template inheritance (https://github.com/mustache/spec/pull/75). The problem is that the IDE doesn't recognize the tags `{{$block}}{{/block}}` and `{{
Can you add support for setting multiple templares dirs? Twig already support it, why don't add it to this lib? Simply edit in Slim\Views\Twig: ``` /** * DEPRECATION WARNING! This...