Andrey Izman
Andrey Izman
Sorry, have no idea how I can help in your case. It looks very strange and seems something going wrong in `java.security.SecureRandom`
Added dart implementation https://github.com/mervick/aes-everywhere/blob/master/dart/aeseverywhere/lib/aeseverywhere.dart
Cpp implementation have some bugs. It sometimes works and sometimes not, I tried to fix that, but I still can't. I think I need full rewrite this implementation, so you...
Add `gettimeofday()` but not tested, cause I don't have Windows. It should work on C++11. Also you should know that cpp implementation had some issues on some platforms, such QT,...
Current C++ implementation is bugged. It require to full rewrite. Duplicate https://github.com/mervick/aes-everywhere/issues/20
@lahed sorry but no any fix yet, I have no time for this
Currently we don't have a such plans, but actually why not? I can add. But not sure when I will do that
@HanFox, it does not work, because before click on emoji button you change selection to search input so you can't get textarea selection
If you input something in search field and after that click on emoji button you can't get textarea selection, because it was reset and selection will always from start. So...
For fix this need to save selection between blur event of contenteditable textarea and focus event of search input