haxelib

How to safely store secret key? [closed]

此生再无相见时 提交于 2020-01-06 04:26:09
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . As I have developed my app using openFL which uses haxe, and I am about to start the activation part of my software, I wonder how would I safely store my encryption secret key? would I just hard code it into my app??! I will be using this key to encrypt data before sending to

Cannot import library on Haxe & FlashDevelop

核能气质少年 提交于 2020-01-06 03:20:20
问题 I added some classes through http://lib.haxe.org/ and git with the correct command (haxelib install x) and, while the classes are in the haxe/lib folder, I can't access most of them. Sometimes I'm able to import a library(I get the autocomplete and everything), but when I try to compile it gives me the error Class not found . I searched everywhere and I still don't know how to fix this. I tried to add through Project>Properties>Classpath and I'd even edited the global Classpath but it still

Haxe - Create a C++ Stand-alone executable

岁酱吖の 提交于 2019-12-07 15:41:17
问题 I have written a haxe program that tries to communicate with a remote server. I was able to compile to the C++ target successfully. The executable runs just fine on my system. However, when I try to run the same on another windows box, it fails with the following error Error: Could not load module std@socket_init__0 I then installed haxe and hxcpp which worked like a charm. I was able to run the exe. I understand now that there is dependency on hxcpp. That still did not solve my problem as I