kcat icon indicating copy to clipboard operation
kcat copied to clipboard

Added base64 support for key and value output fmt

Open Donis- opened this issue 7 years ago • 3 comments

Tested only with visual studio compiler/windows. Base64 implementation taken based on results from https://github.com/gaspardpetit/base64

Donis- avatar Jan 08 '19 12:01 Donis-

Thank you for your contribution!

The base64 implementation is dual licensed, some old Apache license (less of a problem), and an Apple license that is troublesome.

See if you can find a 2 or 3-claused BSD license implementation of base64 instead.

edenhill avatar Jan 09 '19 16:01 edenhill

I was skeptical about the Apple part. Before i integrate, is this one acceptable: http://web.mit.edu/freebsd/head/contrib/wpa/src/utils/base64.c

License under : http://web.mit.edu/freebsd/head/contrib/wpa/ 3 claused?

Donis- avatar Jan 09 '19 16:01 Donis-

I was skeptical about the Apple part. Before i integrate, is this one acceptable: http://web.mit.edu/freebsd/head/contrib/wpa/src/utils/base64.c

License under : http://web.mit.edu/freebsd/head/contrib/wpa/ 3 claused?

@Donis- Any near-term plans to continue with integrating the Jouni Malinen base64 implementation? If not, do you mind if I take it up?

jjlin avatar Aug 14 '19 12:08 jjlin