Skip to content

Conversation

@chirrindul
Copy link

It is interesting to see the unencrypted values for "code" and "serial". In this way you can see how you have cloned a new remote control and you can see how the "code" is increased on every new use of the remote control.

Credits to

This is my first pull request, so forgive errors.

@zuckschwerdt
Copy link
Collaborator

S.a. #2238 and #2344

This looks good, but we are unlikely to add cryptographic routines to rtl_433. Using a script or binary to post-process outputs might be better suited.

@chirrindul
Copy link
Author

chirrindul commented Jan 26, 2025 via email

@zuckschwerdt
Copy link
Collaborator

No harm in keeping this. And you can have your own fork and distribute it if you like.
The principle here is that rtl_433 will, best as possible, pull data bits from rf and output them as-is. There is some level of decoding but we won't e.g. derive weather data (rainfall).
This can be added as, e.g. Python, script to the examples.

@merbanan
Copy link
Owner

Well calling this thing crypto was generous. I think we can accept the code (with some cleanup). The ikea sparsnäs code is similar. There we unscramble the data out of the box.

@merbanan
Copy link
Owner

Hmm, but what is this large table needed for?

The following code has no large table like that:
https://github.com/DarkFlippers/unleashed-firmware/blob/dev/lib/subghz/protocols/nice_flor_s.c#L433

@chirrindul
Copy link
Author

chirrindul commented Jan 26, 2025 via email

@chirrindul
Copy link
Author

chirrindul commented Jan 26, 2025 via email

@zuckschwerdt zuckschwerdt force-pushed the master branch 2 times, most recently from 8d2ffe8 to a796732 Compare October 20, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants