Results 15 comments of Rinaldi Segecin

Hi, I don't know if you guys have taken notice but the **passport-facebook-token** repo has been updated after its latest released version on npm and it implements **OAuth2Strategy**. I didn't...

can you guys show how did you configure NAT on docker containers and did you configured the DNS on VPN Clients to point to 192.168.255.1 so you could access a...

@robertgregor did you solve your issue? I'm having the same problem. I'm ciphering in nodejs and java and they are giving the same result other than on Arduino that I'm...

@spaniakos Thank you for the quick reply. I've altered the previous post with the all code and added some nodejs code to compare the output.

Here it's the same variable values to produce the same output but using the method **do_aes_encrypt**, notice that I've to add 1 to **CBLOCK**. #include "AES.h" const PROGMEM char HEX_VALUES[]...

I've just spent the all night trying to figure it out why it wasn't encrypting the same way and I found out that the encrypted data it's not padded PKCS#5....

@deepakchhapru the code that I made at the time was working only for a block of 16 bytes and I didn't put effort to understand the reason because I decided...

@spaniakos I didn't know that the default padding for this library was different than those set in Java and NodeJs so I was getting different ciphering results. At the time...

@ardani Have you tried integrating nestjs and hydra? how's your experience so far with it?

I just found it confusing because the blinky example implements os_timer_t that I thought only a RTOS would have, so I didn't know what would be better to compile my...