Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. B

    [ISSUE][RT-AC56U][380.66] HTTPS webui unable to load and bootloop after factory reset

    I don't use Chrome, the issue happens with both Edge and Firefox on 2 PCs both running Windows 10 Creators Update. During the time HTTPS webui being unresponsiveness, ssh and scp to the router still works normally. The thing is, https unresponsiveness does not happen right away after upgrading...
  2. B

    [ISSUE][RT-AC56U][380.66] HTTPS webui unable to load and bootloop after factory reset

    So I have started testing both beta 5 from yesterday and currently having the same issue with the stable version as stated in the title with my RT-AC56U. The https webui of the router either unable to load or take a very long time after boot to be responsive. Also I found out that doing a...
  3. B

    DNScrypt dnscrypt installer for asuswrt

    @unrealdude24 Probably not related to this script but network or chosen dns server issue.
  4. B

    DNScrypt dnscrypt installer for asuswrt

    @unrealdude24 I forgot one little thing: you didn't setup this script to use opendns thus running this command won't return the same output as mine. You can either reinstall using opendns and test again or you can test if it kills your internet by killing dnscrypt-proxy processes running on...
  5. B

    Entropy Pool

    @Fitz Mutch Here you go, looks like it's up to spec cat /dev/ttyACM0 | rngtest -c 1024 rngtest 5 Copyright (c) 2004 by Henrique de Moraes Holschuh This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR...
  6. B

    Entropy Pool

    Well just added HW RNG support to my script https://www.snbforums.com/threads/release-dnscrypt-installer-for-asuswrt.36071/page-10#post-323163 . It's working for what it is :). cat /dev/random | rngtest -c 1024 rngtest 5 Copyright (c) 2004 by Henrique de Moraes Holschuh This is free software...
  7. B

    DNScrypt dnscrypt installer for asuswrt

    Just added HW RNG support such as the TrueRNG, TrueRNGpro, OneRNG, EntropyKey to my script. I tested with TrueRNG v3 BTW and it's working on my side. During the installation if you select like I did here you should see: Info: Install a (P)RNG for better cryptographic operations Info...
  8. B

    DNScrypt dnscrypt installer for asuswrt

    @Jack Yaz You can just opkg remove these then run my script, it will take care of everything. You don't need to backup anything as my script will take care of only inserting my changes and not modify anything in your script. As long as you don't have anything in conflict with my script settings...
  9. B

    DNScrypt dnscrypt installer for asuswrt

    https cert generation at boot is an example, also various operations in Linux OS also needs the random bytes so having one of these daemon setup and running correctly will help. Yep, that's it.
  10. B

    DNScrypt dnscrypt installer for asuswrt

    getrandom() is the correct way to get random data on Linux now and it's exactly how it should be done so he's right there. For haveged, he's only against it on VM which I do have the same opinion, running on our router is ok and I have seen that our devices entropy is depleted really fast...
  11. B

    Entropy Pool

    Yeah, I'm looking forward to play around with this :).
  12. B

    Entropy Pool

    FWIW, I've just added ability to install either rngd/haveged alone with my dnscrypt-proxy installer script https://www.snbforums.com/threads/release-dnscrypt-installer-for-asuswrt.36071/. Advantage of this over entware-ng is this taking care of creating related startup scripts for you as well...
  13. B

    DNScrypt dnscrypt installer for asuswrt

    Lots of change recently but here goes: - Add (P)RNG support to the package you can either install a standalone RNG or install both dnscrypt-proxy with a RNG -> IOW lots of new binaries and revised installer script - MIPS support hopefully works ok now, thanks to @john9527 for the testing I...
  14. B

    Entropy Pool

    @sfx2000 the project is more like toy to me same for going the hw route. haveged is still there in my suite, just that you have the hw option if you want to. That said, you seems to be well verse in these, if you have MIPS ASUS router, please help me with...
  15. B

    Help test dnscrypt installer binaries for AC66U or N66U

    As I don't have any of the MIPS model mentioned above so I can't test my own compiled binaries for my dnscrypt-proxy installer for these models. Any of you here know how to test following binaries dnscrypt-proxy haveged nonroot rngd rngtest stty and have any of the MIPS routers, please...
  16. B

    Entropy Pool

    @john9527 Really, but you can recompile these modules in I believe or we can modprobe in. Not really hard I think so. I have compiled the alsa driver for my model before, it works with my USB DAC but the router is too noisy for that purpose lol.
  17. B

    Entropy Pool

    Well I bought this http://ubld.it/truerng_v3 and it's shipping to me at the moment. IOW expect my script here https://www.snbforums.com/threads/release-dnscrypt-installer-for-asuswrt.36071/ to support it in the future. Other dongles like the Entropy Key and OneRNG might work the same way. But...
  18. B

    Entropy Pool

    Maybe this https://www.random.org/bytes/ The exact direct link is https://www.random.org/cgi-bin/randbyte?nbytes=10&format=f for file format.
  19. B

    Entropy Pool

    http://www.entropykey.co.uk/ Something like this? @Others: I have tried rngd from entware-ng and it does work. Will add it to my dnscrypt-proxy script instead of using self built haveged which might cause maintainability issue for me later.
  20. B

    DNScrypt dnscrypt installer for asuswrt

    They don't need to have a 2nd one because it's an anycast server with IP will auto route you to the nearest available server.
Top