Nox encryption/decryption

Posted:
Mon Jun 18, 2018 11:02 pm
by Dio
I wrote little library for Nox file encryption/decryption and program, that use it.
Fill free to use, if you need. (I have no doubts - somebody have done it yet. But I don't encounter algorithm separately).
https://github.com/Darkclainer/NoxCrypt
Re: Nox encryption/decryption

Posted:
Sat Aug 17, 2019 3:18 am
by panic
good. it is very useful for me
Re: Nox encryption/decryption

Posted:
Tue Aug 20, 2019 1:46 am
by panic
hey also did you know about the nxz file algorithm?
As far as I know it is related to lz77.
Re: Nox encryption/decryption

Posted:
Sat Aug 24, 2019 8:14 pm
by angrykirc
You can look up the sample NXZ (de)compression code here:
https://bitbucket.org/AngryKirC/noxedit ... ression.csIt isn't really well optimized, though. But it works better and does SOME level of compression, in contrast what used to be in the old editor.