aces icon indicating copy to clipboard operation
aces copied to clipboard

[Request] Add an error message for cases where the input does not match the decoding charset

Open xplshn opened this issue 1 year ago • 7 comments

image

xplshn avatar May 07 '24 23:05 xplshn

Why is it so unreliable? Are there any limits to how many characters one can use? If so, why is there no graceful error?

xplshn avatar May 07 '24 23:05 xplshn

That is so strange. I will investigate

quackduck avatar May 07 '24 23:05 quackduck

Thanks, I really want to use Aces as an alternative to github.com/xplshn/m_ascii85, since it seems much more powerful, and I'd be able to use it like a base122 encoder

xplshn avatar May 08 '24 00:05 xplshn

What should happen is: It displays an error or tries to decode the data even if the output is/may be incorrect.

xplshn avatar May 08 '24 00:05 xplshn

image

looks like a problem with the generic coder

quackduck avatar May 08 '24 01:05 quackduck

Thanks, I really want to use Aces as an alternative to github.com/xplshn/m_asci85, since it seems much more powerful, and I'd be able to use it like a base122 encoder

I don't seem to be able to access that repo. what is it about?

quackduck avatar May 08 '24 01:05 quackduck

Thanks, I really want to use Aces as an alternative to github.com/xplshn/m_asci85, since it seems much more powerful, and I'd be able to use it like a base122 encoder

I don't seem to be able to access that repo. what is it about?

The URL had a typo: https://github.com/xplshn/m_ascii85

Its an alternative to base64 with an efficiency of 80% (according to Wikipedia's page).

I only need to have a wider charset so that archives generated by https://github.com/xplshn/Handyscripts/blob/master/pelf won't bloat the size of each packed file (binary + its libraries or whatever you add) by up to 37%

xplshn avatar May 08 '24 03:05 xplshn