Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"MyKey", "MySalt", new byte[16]) #1

Open
venky1995 opened this issue Oct 6, 2018 · 8 comments
Open

"MyKey", "MySalt", new byte[16]) #1

venky1995 opened this issue Oct 6, 2018 · 8 comments

Comments

@venky1995
Copy link

Where can i generate this MYKey and MYSalt please Help!!!! I mean which website can help to generate this

@beigirad
Copy link
Owner

These keys related to Encryption library that I used for encrypting data and you can use any thing you want.

@venky1995
Copy link
Author

venky1995 commented Oct 11, 2018

These keys related to Encryption library that I used for encrypting data and you can use any thing you want.

for suppose
{
"first-name":"apple",
"last-name":"cat"
}
Whats the encryption code that this json data will generate? and from where can i convert this" normal json data into encrypt code" and also Key: ? ; salt: ? Please help... Please Help Really not understand!!! Kindly please expecting with simple another example.

@beigirad
Copy link
Owner

The encrypted output depends on which algorithm and which configs did you use for encryption/decryption. Visit default algorithm here
If you want to get more options, view here

Unfortunately I did not implement this algorithm in other language for backend. but you can develop and publish them.

@venky1995
Copy link
Author

venky1995 commented Oct 14, 2018

Thankyou so much working great...

I HAd 250 lines of json array... How can i increase defult it has byte [16]. After adding 64 lines using byte[16] it shows length error.

Any suggestions please

@venky1995
Copy link
Author

Hello sir, The decry-pt code generated successfully here no issues with it. The Project code i am using Decrypt code is this Link: https://github.com/beigirad/EncryptedGsonConverter in this project after adding 80+ lines of json data and output is in simple List view with simple set adapter! but unfortunately it showing the error when adding large json list. (with simple json its working great like 30-80 lines.)
http://topcrickethighlights.com/test/encrypt.json
http://topcrickethighlights.com/test/decrypt.json
Working Image Link with below 80+ lines of json: http://prntscr.com/l6kkzc
Error Image Link with above 80+lines of json: http://prntscr.com/l6kkse

@beigirad
Copy link
Owner

beigirad commented Oct 19, 2018

Could you take your complete project on github and give me its link?

@beigirad
Copy link
Owner

Hey @venky1995
You can now check out new sample and encrypted with about +400 lines response.
If you want to print a large encrypted string with Log.i(), output is incomplete.

@venky1995
Copy link
Author

venky1995 commented Oct 20, 2018

Sir You Really Helped a Lot on this! Thanks for that the Problem still Persists. I shared my GitHub Project Please Take a look Once....
https://github.com/venky1995/EncryptedGsonConverter

Hey @venky1995
You can now check out new sample and encrypted with about +400 lines response.
If you want to print a large encrypted string with Log.i(), output is incomplete.
Sir You Really Helped a Lot on this! Thanks for that !! But the Problem still Persists. I shared my GitHub Project Please Take a look Once and help me Thank you....

https://github.com/venky1995/EncryptedGsonConverter

https://github.com/venky1995/Gsondecrypt

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

No branches or pull requests

2 participants