nimasdj
nimasdj
I want to use Assetic with standalone Twig but I am a bit confused. I use code below and it works fine when I echo it but in standalone twig...
Before going ahead and use Assetic, I need to know if Assetic adds a leading slash to the path or not as I said here https://github.com/symfony/symfony/issues/24803 and here https://github.com/twigphp/Twig/issues/2577#issuecomment-341540954 ?
My RSA public/private key has this format: ``` tCZiqDS5BVQQZDBUYbyeoP4rENN4mX5FZJjjMNfGbyzfzH45RY2/YsMaY0yI1jMCOpukvkUyl153tcn0LXhMCDdsEhhZPoKbPUGMniKtFGjs18rv/b5FFUUW1utgwoL8+WJqjOqhQGgvbja63X9+WMFP0nM3d8yudn9C/X55KyM= AQAB 5HXvmU4IfqUG2jFLSqi/BMEQ3x1NsUDvx3zN5O1p9yLLspJ4sqAt4RUkxzcGodYgBSdXsR9IGcPwjQfbx3a7nQ== yd2hDCF/5Zqtz9DXjY1NRYGvBjTS4AQn83ERR46Y5eBSnLjpVjv6gPfARuhsUP44nikrQPvwPnjxQcOhJaOlvw== ztuqUplBP8qU5cN0dOlN7DQT3rFdw30Unv/2Pa5qIAc1gT72YmZ+pCrM3kSIkMicvY3d7NZyJkIv8MKI0ZZEUQ== QFLJ5YarLWubZPQEK4vSCornTY/5ff51CIKH4ghTOjS/vkbBu4PDL+NCNpYLJcfMHMG7kap2BEIfhjgjGk5KGw== WE6TqpcexQJwt9Mnp1FbeLtarBcFkXVdBauouFKHcbHCfQjA3IjUrGTxgSO74O/4QSKqaF2gnlL6GI7gKuGbzQ== czYtWDfHsFGv3fNOs+cGaB3E+xDTiw7HYGuquJz2qjk/s69x/zqFEKuIH8Ndq+eZYFQUCx+EGGxxENDkmYPa0z8wbfFI6JEHpxaLmQfpkkbSL1BJIp9Z5BNM2gy6jJqgbWwQPcN/4jpiMefHZWAqhMKqenUu1KIq1ZX6Bz5xKYk= ``` And I use this code to get public/provate key from it: ```php public...
@jtrumbull As you merged my previous pull request you should release a new version that composer downloads the changed composer.json to setup autoloader, otherwise it is still downloading the old...
@jtrumbull As discussed in #1 and #5 I will open a new issue separately. I see objectToArray is already available, so it is possible to have input as both array...
@jtrumbull I think you should add some setter methods to change $_default\* properties dynamically rather than forcing user to edit the source code. Consider?
I think attributes must be a separate array itself, otherwise this is impossible to parse array, and user will be forced to use strops() to find attr: I mean this:...
بهتر است پاسخ به همان صورت جیسون بازگردد که کاربر خودش هرکاری خواست بکنه یا دیکود کنه یا آرایه کنه یا همون جیسون رو دیتابیس سیو کنه. چون آبجکت مناسب...
بهتر است فورمت پاسخ را از جیسون به آبجکت تغییر ندهید: https://github.com/kavenegar/kavenegar-php/blob/master/src/KavenegarApi.php#L70 همان پاسخ دریافتی به صورت جیسون را برگردانید که کاربر خودش هر جوری دلش خواست دیکود کنه، به...
Hi, Is PBKDF2 as binary (having the last parameter of hash_pbkdf2 function as true) stronger and more recommended than hexit? And 1000 iteration is reasonable or still weak?