Author

Topic: [XCR] Crypti | Dapps | Sidechains | Dapp Store | OPEN SOURCE | 100% own code | DPoS - page 560. (Read 804701 times)

hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
And yes, you can see balances of accounts. Blockexplorer too.
But, we will add SSL today and move operations with secretPhrase to POST requests.

http://crypti.me:6040/api/sendMoney?accountAddress=15413165176907764021C&amount=100&fee=0.31640625&recepient=2896597140253424866C&secretPharse=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdfhksdjfhaskdjfhksadjfhaskldf

How is that secure? Click it to send 100 coins from an account to another one.

You provide valid secretPhrase and you can send crypti Smiley


http://crypti.me:6040/api/sendMoney?accountAddress=15413165176907764021C&amount=100&fee=0.31640625&recepient=2896597140253424866C&secretPharse=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdf1hksdjfhaskdjfhksadjfhaskldf

Result:
{
  "success": false,
  "error": "Invalid passphrase, check your passphrase please"
}

And again, it's beta, we will move all operations with secretPhrase in POST and add SSL Now
sr. member
Activity: 294
Merit: 250
Bitmark Developer
And yes, you can see balances of accounts. Blockexplorer too.
But, we will add SSL today and move operations with secretPhrase to POST requests.

http://crypti.me:6040/api/sendMoney?accountAddress=15413165176907764021C&amount=100&fee=0.31640625&recepient=2896597140253424866C&secretPharse=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdfhksdjfhaskdjfhksadjfhaskldf

How is that secure? Click it to send 100 coins from an account to another one.
hero member
Activity: 750
Merit: 511
I understand that you have a huge IPO going on, but you owe it to those buying to ensure that their data is safe.

This is your "authentication": http://crypti.me:6040/api/unlock?secretPhrase=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdfhksdjfhaskdjfhksadjfhaskldf

That is SCARY that is not authentication, that is a passphrase being sent in plain text in an url, over plain http.

I cannot stress how bad this is, I have never seen anything so insecure in my entire life.

WTF? authentication isn't even used.. here view my balance: http://crypti.me:6040/api/getAllTransactions?accountId=15413165176907764021C

You need to do something about this now, people are buying with huge amounts of BTC!

It's not to me. I wrote to dev already about SSL and some other problems. And they fixed part of problems.
And it's Beta, it is not necessary to use for pre-sale.

And? NXT had same. We can move to POST request. But how it add a lot of security?

I don't know how NXT client working now. But they were looking for a way to signature transactions by JS without transfer password to the remote node. And you can do same if need.
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
The "third-party local program" argument is invalid because a malicious third party local program can read a passphrase input in to a web page also.
Input logging requires higher system rights than reading storage.
And sometimes the attacker has remote access to the computer (through vnc or same) and if you have opened page and the password is stored in the browser - the money is taken away. Similar case has been described by one local forum.

I understand that you have a huge IPO going on, but you owe it to those buying to ensure that their data is safe.

This is your "authentication": http://crypti.me:6040/api/unlock?secretPhrase=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdfhksdjfhaskdjfhksadjfhaskldf

That is SCARY that is not authentication, that is a passphrase being sent in plain text in an url, over plain http.

I cannot stress how bad this is, I have never seen anything so insecure in my entire life.

WTF? authentication isn't even used.. here view my balance: http://crypti.me:6040/api/getAllTransactions?accountId=15413165176907764021C

You need to do something about this now, people are buying with huge amounts of BTC!

And yes, you can see balances of accounts. Blockexplorer too.
But, we will add SSL today and move operations with secretPhrase to POST requests.
hero member
Activity: 840
Merit: 500
Risk taker & Black Swan farmer.
I appreciate the effort your whole team has put into organizing everything. It already looks better than most of the IPO's out there.

As stated before, my only concern is that while you have optimized most of the things fairly well, it seems an important piece is still missing from the IPO puzzle.

The dev team has agreed that 500 btc would cover the necessary requirements for the dev fund fairly well. However, given the situation, I expect Crypti to raise at least between 800-1000 btc. Now it seems obvious that there should be a point where because of too much investment Crypti will be over diluted and over priced, and it will certainly not be good if Crypti would reach that point starting from the IPO. Further more, I think the dev team interest along with the investors interest should be among the most important things to keep in mind while deciding the IPO rules.

That said, I'm not sure why the IPO is set to last one whole month. A better option would be to set a cap of lets say 1000 btc(or whatever reasonable sum you decide) or if the cap is not reached you have an open time limit of 1 month. The idea being that after 1000 btc(or whatever sum) the IPO will go against the best interest of its investors because of over pricing and over dilution. If this should happen, both the early investors and the late investors will suffer in the process. Maybe some kind of upper cap limit(2x-3x of what is actually needed for development) could be proposed and added to ensure a basic safety net for the investors who are looking forward to joining and contributing to the project.

Any thoughts on that?
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
And we will hire security auditing soon, next 2 weeks.
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
I cannot stress how bad this is, I have never seen anything so insecure in my entire life.

Considering that the devs do not want to distribute a beta client before the official launch which is understandable...  I believe it is best that we provide the checksum hash of our passphrase instead of having to retrieve our account number online...  regardless of whether SSL will be available or not.


SSL will be added today Smiley
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
What do you mean, what about the raised BTC in bter until now, is there any bonus? I have been following this thread and know it had started from the posts this morning.

30% bonus will be given for all investments raised today and tomorrow.

How will I get the bonus if I buy on BTER?

Yes.
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
The "third-party local program" argument is invalid because a malicious third party local program can read a passphrase input in to a web page also.
Input logging requires higher system rights than reading storage.
And sometimes the attacker has remote access to the computer (through vnc or same) and if you have opened page and the password is stored in the browser - the money is taken away. Similar case has been described by one local forum.

I understand that you have a huge IPO going on, but you owe it to those buying to ensure that their data is safe.

This is your "authentication": http://crypti.me:6040/api/unlock?secretPhrase=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdfhksdjfhaskdjfhksadjfhaskldf

That is SCARY that is not authentication, that is a passphrase being sent in plain text in an url, over plain http.

I cannot stress how bad this is, I have never seen anything so insecure in my entire life.

And? NXT had same. We can move to POST request. But how it add a lot of security?
hero member
Activity: 784
Merit: 500
What do you mean, what about the raised BTC in bter until now, is there any bonus? I have been following this thread and know it had started from the posts this morning.

30% bonus will be given for all investments raised today and tomorrow.

How will I get the bonus if I buy on BTER?
sr. member
Activity: 294
Merit: 250
Bitmark Developer
The "third-party local program" argument is invalid because a malicious third party local program can read a passphrase input in to a web page also.
Input logging requires higher system rights than reading storage.
And sometimes the attacker has remote access to the computer (through vnc or same) and if you have opened page and the password is stored in the browser - the money is taken away. Similar case has been described by one local forum.

I understand that you have a huge IPO going on, but you owe it to those buying to ensure that their data is safe.

This is your "authentication": http://crypti.me:6040/api/unlock?secretPhrase=lksdjfhsdkfjsdhfksdjfhsdkjfhsdkjfhksjdfhkjsdfhksdjfhaskdjfhksadjfhaskldf

That is SCARY that is not authentication, that is a passphrase being sent in plain text in an url, over plain http.

I cannot stress how bad this is, I have never seen anything so insecure in my entire life.

WTF? authentication isn't even used.. here view my balance: http://crypti.me:6040/api/getAllTransactions?accountId=15413165176907764021C

You need to do something about this now, people are buying with huge amounts of BTC!
sr. member
Activity: 308
Merit: 250


 Did the dgex and mint still provide the escrow service  ?

 bter sold nearly 87 BTC .

 Wow. congratulations from my heart
full member
Activity: 148
Merit: 100
hero member
Activity: 750
Merit: 511
The "third-party local program" argument is invalid because a malicious third party local program can read a passphrase input in to a web page also.
Input logging requires higher system rights than reading storage.
And sometimes the attacker has remote access to the computer (through vnc or same) and if you have opened page and the password is stored in the browser - the money is taken away. Similar case has been described by one local forum.
hero member
Activity: 511
Merit: 500
Boris, Crypti Lead Developer, Lisk Advisor
full member
Activity: 148
Merit: 100
sr. member
Activity: 294
Merit: 250
Bitmark Developer
Use localStorage in the browser, this is a reasonable solution which requires no usage of cookies. The passphrase is stored in the users local browser.
LocalStorage is replacement for Cookie. It's not safe. You can read the content of localStorage by using third-party local program or manual using browser tools.
Can you tell exactly how Ripple uses the localStorage?

The point of using localStorage and public key cryptography is to mitigate against MITM and replay attacks, cookie/session jacking, and keep the application stateless.

The "third-party local program" argument is invalid because a malicious third party local program can read a passphrase input in to a web page also.

I think code examples are already open source, or you can just go to the ripple client and look at the code. Many other things use this method too, it is proven.
hero member
Activity: 756
Merit: 502
Well...  there was one person asking already...  I know I would go direct (thus making it 18 buyers to go)...  do honestly believe it's worth going through all that trouble compensating later?   Undecided

I believe you should come out with a definitive Yes or No before the pre-sale starts...  if you don't want the community to start becoming wary just say NO and never provide the option...  if you want to assist the people which are interested in such option just say YES.

You have a point indeed.

There will be no direct channel - all buys to be performed via our escrow partners Bter and Maxmint only.
hero member
Activity: 756
Merit: 502
After the release of crypti, developers should buy it with the accumulated funds. In this way, their reward will be connected to the success of the coin. Immediately there will be a safe market capitalization for the coin. New investors will be attracted even after the release of the coin.
Crypti will make success more easily!

It won't be possible, as the raised funds will be controlled by the Foundation, who will spend the funds on development, marketing and promotion. We all prefer to have Crypti reach leading status organically, rather then via manipulations.
legendary
Activity: 1098
Merit: 1000
Angel investor.
What do you mean, what about the raised BTC in bter until now, is there any bonus? I have been following this thread and know it had started from the posts this morning.

30% bonus will be given for all investments raised today and tomorrow.
Will bonus be given as below?

0 BTC = 10%
50 BTC = 9%
100 BTC = 8%
150 BTC = 7%
200 BTC = 6%
250 BTC = 5%
300 BTC = 4%
350 BTC = 3%
400 BTC = 2%
450 BTC = 1%
500 BTC = 0%
Jump to: