Simplest encryption compatible with Nativescript plus access in NS to other functions without browser in NS, like Deep Clone.
Problem with programming in Nativescript are: sometimes we working like in Angular, but we need create huge delay to read something from screen, sometimes we need use Browser functions, but of course we have no Browser in Nativescript, therefore sometimes we need to working like in Backend.
This is not about Browser Object Model (BOM), Even DeepClone is Browser function. And of course more sophisticated function, including encrypting is embedded to Browser. Compare this environments:
- (local) https://github.com/AAlex-11/LetsRememberJsFuture/blob/main/Html/globalContext-Node_1.txt
- (local) https://github.com/AAlex-11/LetsRememberJsFuture/blob/main/Html/globalContext-Firefox_1.txt
- (local) https://github.com/AAlex-11/LetsRememberJsFuture/blob/main/Html/globalContext-Chrome_1.txt
Therefore this is my simplest way to encrypting without browser.
Sorry, I have no time to describe more details. This is interesting question include receiving native Android object BYTE.
Comments (
)
Link to this page:
http://www.vb-net.com/NativescriptCrypting/Index.htm
|