HOW MAKE IN C#, AESEncrypt with ECB and with PKCS7 IN C#?

1

hello I need to make a function that IS in openbullet 1.2.2
It is AESEncrytp but I need to do it in c #, does something PRO know how to do this ?, so that I can get the same result that the AESEncrypt of openbullet 1.2.2 gives me?

I need it like that

with KEY
without IV
with ECB
and with PKCS7

but I need to do it with the same fields that are in openbullet 1.2.2 final version
but in c#

Can someone help me please, on the internet there are many examples and I have applied them all but the results that openbullet gives are different from those that I obtain with the functions that I find on the internet … I want it to give me the same result from ob 1.2.2

1 Like

You know the code is open source right :eyes:

Yes friend, but I do not understand all open source, there are many classes and I am very new to programming, but I want to learn, so I am asking to see if someone with a good heart can help me

Click on this link and copy the relevant things over to your own project, done