Pages:
Author

Topic: Cryptic Organization Development (Read 7485 times)

sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
November 29, 2014, 03:06:56 AM
Due to lack of support, funding and time i decided to halt development.
sorry everyone.
sr. member
Activity: 1456
Merit: 326
Eloncoin.org - Mars, here we come!
November 29, 2014, 01:19:38 AM
I've also been (mostly) away for a few days. Unfortunately I have a friend who is terminally ill and he (understandably) doesn't want to spend the rest of his life in the hospital, so when he and his girlfriend approached me I volunteered my help and my guest bedroom. Money isn't a problem, he's an Air Force veteran and the VA is covering all the medical bills and sending out a nurse a couple times a week, but time is becoming more of an issue as he gets weaker and more forgetful.

Basically I'm around when I can be, and back on-topic, I'm still of the opinion that a pre-packaged software like Wordpress (or maybe Ghost) would probably be a better option for a blog than building something from scratch.

Sorry to hear that. Sad I haven't heard anything from any of the other members, so I wonder whether or not this is even going to happen, officially.
full member
Activity: 137
Merit: 100
November 28, 2014, 11:50:05 PM
I've also been (mostly) away for a few days. Unfortunately I have a friend who is terminally ill and he (understandably) doesn't want to spend the rest of his life in the hospital, so when he and his girlfriend approached me I volunteered my help and my guest bedroom. Money isn't a problem, he's an Air Force veteran and the VA is covering all the medical bills and sending out a nurse a couple times a week, but time is becoming more of an issue as he gets weaker and more forgetful.

Basically I'm around when I can be, and back on-topic, I'm still of the opinion that a pre-packaged software like Wordpress (or maybe Ghost) would probably be a better option for a blog than building something from scratch.
sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
November 14, 2014, 06:36:51 AM
Hello again everyone, back from my haitus!
I've been away focusing on my exams the past few days

So, anyone else interested in helping?
full member
Activity: 137
Merit: 100
November 09, 2014, 10:47:38 PM
Well, will you care to provide us with a barebones blog page with Ruby/Rails?
or anything you can? Smiley

A basic blog in Rails is easy to do if you use an external commenting system like Disqus and not too much more difficult if you want a built-in commenting system. That being said, depending on what features we need and what any other designers and developers working on the site are most comfortable with, a properly configured and hardened Wordpress installation (no cpanel "one click") might be a better choice. I mentioned Rails mainly because the idea of using Discourse for forums was mentioned.

Either way I can get started on a simple Rails blog engine and see if I can come up with something that suits our needs. Most of the required features are either already implemented as gems or trivial to build from scratch. Even if we don't end up using it, it'll be a fun project and shouldn't take up too much of my free time. I'll probably spend more time writing tests than code. Smiley

If we end up using Rails (for blog, forums, or whatever else) it'll require some setup on the server. The easiest way to deploy a Rails app is to install the Passenger module for Apache or Nginx and let it do all the heavy lifting for you, it also gives you the advantage of being able to run Python and Node.js apps without too much additional setup. If we're on shared hosting that might be a no-go, if we have a vps or dedi it's not hard to install.
vip
Activity: 1428
Merit: 1145
November 09, 2014, 05:56:02 PM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person

Although it's a different technology (typically RSA in PGP/GPG vs. ECDSA in Bitcoin), think of it as working the same way as signing a Bitcoin transaction. Only you have the private key for your Bitcoin address. When you sign a transaction, you publish the public key and the signature. You are still (ideally and hopefully) the only person in the world who has the private key, but with the public key and signature it can be mathematically proven that your private key signed the transaction. If you needed the private key to verify that signature, Bitcoin wouldn't work. The math is different, but the concept is the same. When you sign a message with your private key, you're (again, ideally and hopefully) the only person in the world who has the private key, but anyone with a copy of your public key and the message+signature can mathematically prove that your private key signed the message.

Just like with Bitcoin, you never give your private key to anybody, but you can freely publish your public key. The mathematical relationship between the public key and the private key is what makes verifying the signatures (along with other public key cryptographic operations) possible. I'd suggest reading up on public key cryptography. Although it's not necessarily the best source of information, Wikipedia isn't a bad place to start, I know their articles on elliptic curve cryptography are quite easy to read and understand even if you're not a cryptographer or a mathematician.

Being interested in cryptography in general and especially cryptocurrencies, I'm definitely interested in this idea.

I see! Thanks! Guess keybase will be useful for this then, haha. Again, I'll be able to help with the website as soon as I get login credentials for the server.

Apparently Savvas hasn't been contacting me lately, so I'm afraid we don't have
the credentials yet.

Maybe he's off every weekend, but I'm not sure.
Let's try using a different host if possible Smiley

He's contacted me, whereupon I gave him some info to pass along to you guys.
sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
November 09, 2014, 04:23:43 PM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person

Although it's a different technology (typically RSA in PGP/GPG vs. ECDSA in Bitcoin), think of it as working the same way as signing a Bitcoin transaction. Only you have the private key for your Bitcoin address. When you sign a transaction, you publish the public key and the signature. You are still (ideally and hopefully) the only person in the world who has the private key, but with the public key and signature it can be mathematically proven that your private key signed the transaction. If you needed the private key to verify that signature, Bitcoin wouldn't work. The math is different, but the concept is the same. When you sign a message with your private key, you're (again, ideally and hopefully) the only person in the world who has the private key, but anyone with a copy of your public key and the message+signature can mathematically prove that your private key signed the message.

Just like with Bitcoin, you never give your private key to anybody, but you can freely publish your public key. The mathematical relationship between the public key and the private key is what makes verifying the signatures (along with other public key cryptographic operations) possible. I'd suggest reading up on public key cryptography. Although it's not necessarily the best source of information, Wikipedia isn't a bad place to start, I know their articles on elliptic curve cryptography are quite easy to read and understand even if you're not a cryptographer or a mathematician.

Being interested in cryptography in general and especially cryptocurrencies, I'm definitely interested in this idea.

I see! Thanks! Guess keybase will be useful for this then, haha. Again, I'll be able to help with the website as soon as I get login credentials for the server.

Apparently Savvas hasn't been contacting me lately, so I'm afraid we don't have
the credentials yet.

Maybe he's off every weekend, but I'm not sure.
Let's try using a different host if possible Smiley
sr. member
Activity: 1456
Merit: 326
Eloncoin.org - Mars, here we come!
November 09, 2014, 08:25:44 AM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person

Although it's a different technology (typically RSA in PGP/GPG vs. ECDSA in Bitcoin), think of it as working the same way as signing a Bitcoin transaction. Only you have the private key for your Bitcoin address. When you sign a transaction, you publish the public key and the signature. You are still (ideally and hopefully) the only person in the world who has the private key, but with the public key and signature it can be mathematically proven that your private key signed the transaction. If you needed the private key to verify that signature, Bitcoin wouldn't work. The math is different, but the concept is the same. When you sign a message with your private key, you're (again, ideally and hopefully) the only person in the world who has the private key, but anyone with a copy of your public key and the message+signature can mathematically prove that your private key signed the message.

Just like with Bitcoin, you never give your private key to anybody, but you can freely publish your public key. The mathematical relationship between the public key and the private key is what makes verifying the signatures (along with other public key cryptographic operations) possible. I'd suggest reading up on public key cryptography. Although it's not necessarily the best source of information, Wikipedia isn't a bad place to start, I know their articles on elliptic curve cryptography are quite easy to read and understand even if you're not a cryptographer or a mathematician.

Being interested in cryptography in general and especially cryptocurrencies, I'm definitely interested in this idea.

I see! Thanks! Guess keybase will be useful for this then, haha. Again, I'll be able to help with the website as soon as I get login credentials for the server.
sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
November 09, 2014, 06:53:52 AM
Very nice input, and hopefylly made things
Crystal clear to those asking questions
Including myself..

Glad my post was helpful. I've been interested in cryptography for almost as long as I've been interested in computers, which is a lot longer than I care to admit. Actually had an early version of PGP on my first IBM PC compatible machine. Didn't have email back then, but I read all the docs and tinkered with it enough to use it for secure file storage on my massive 20 MB hard drive.. lol.. but back on topic.

As well as the website we're currently constructing?

I'm willing to help with the website and probably other technical projects. I'm not a graphic designer (although it seems we already have one, so that shouldn't be a problem) but I do know HTML and CSS and I have experience with a few different programming languages, lately mostly Ruby/Rails (admittedly, my PHP is pretty rusty).

Well, will you care to provide us with a barebones blog page with Ruby/Rails?
or anything you can? Smiley
full member
Activity: 137
Merit: 100
November 09, 2014, 06:41:38 AM
Very nice input, and hopefylly made things
Crystal clear to those asking questions
Including myself..

Glad my post was helpful. I've been interested in cryptography for almost as long as I've been interested in computers, which is a lot longer than I care to admit. Actually had an early version of PGP on my first IBM PC compatible machine. Didn't have email back then, but I read all the docs and tinkered with it enough to use it for secure file storage on my massive 20 MB hard drive.. lol.. but back on topic.

As well as the website we're currently constructing?

I'm willing to help with the website and probably other technical projects. I'm not a graphic designer (although it seems we already have one, so that shouldn't be a problem) but I do know HTML and CSS and I have experience with a few different programming languages, lately mostly Ruby/Rails (admittedly, my PHP is pretty rusty).
hero member
Activity: 630
Merit: 505
November 09, 2014, 01:54:51 AM
Hey SirLolicon.

  Why don't you just use a private trello board?
sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
November 09, 2014, 12:27:33 AM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person

Although it's a different technology (typically RSA in PGP/GPG vs. ECDSA in Bitcoin), think of it as working the same way as signing a Bitcoin transaction. Only you have the private key for your Bitcoin address. When you sign a transaction, you publish the public key and the signature. You are still (ideally and hopefully) the only person in the world who has the private key, but with the public key and signature it can be mathematically proven that your private key signed the transaction. If you needed the private key to verify that signature, Bitcoin wouldn't work. The math is different, but the concept is the same. When you sign a message with your private key, you're (again, ideally and hopefully) the only person in the world who has the private key, but anyone with a copy of your public key and the message+signature can mathematically prove that your private key signed the message.

Just like with Bitcoin, you never give your private key to anybody, but you can freely publish your public key. The mathematical relationship between the public key and the private key is what makes verifying the signatures (along with other public key cryptographic operations) possible. I'd suggest reading up on public key cryptography. Although it's not necessarily the best source of information, Wikipedia isn't a bad place to start, I know their articles on elliptic curve cryptography are quite easy to read and understand even if you're not a cryptographer or a mathematician.

Being interested in cryptography in general and especially cryptocurrencies, I'm definitely interested in this idea.

Very nice input, and hopefylly made things
Crystal clear to those asking questions
Including myself..

Welcome aboard by the way,
Would you like to help developing our manifesto and rules

As well as the website we're currently constructing?
full member
Activity: 137
Merit: 100
November 09, 2014, 12:16:28 AM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person

Although it's a different technology (typically RSA in PGP/GPG vs. ECDSA in Bitcoin), think of it as working the same way as signing a Bitcoin transaction. Only you have the private key for your Bitcoin address. When you sign a transaction, you publish the public key and the signature. You are still (ideally and hopefully) the only person in the world who has the private key, but with the public key and signature it can be mathematically proven that your private key signed the transaction. If you needed the private key to verify that signature, Bitcoin wouldn't work. The math is different, but the concept is the same. When you sign a message with your private key, you're (again, ideally and hopefully) the only person in the world who has the private key, but anyone with a copy of your public key and the message+signature can mathematically prove that your private key signed the message.

Just like with Bitcoin, you never give your private key to anybody, but you can freely publish your public key. The mathematical relationship between the public key and the private key is what makes verifying the signatures (along with other public key cryptographic operations) possible. I'd suggest reading up on public key cryptography. Although it's not necessarily the best source of information, Wikipedia isn't a bad place to start, I know their articles on elliptic curve cryptography are quite easy to read and understand even if you're not a cryptographer or a mathematician.

Being interested in cryptography in general and especially cryptocurrencies, I'm definitely interested in this idea.
sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
November 08, 2014, 07:12:54 PM
Hi guys,

I have been in discussion with some very respected members of this community.
Comments have been passed to SirLolicon (and I expoect that he passed it further to all members).

Part of the comments I have received is our name - Cryptic.

It seems that it might not be the best name for the group.

Does anyone have anything else to propose?

Please post your suggestions as we are kind of stuck behind.

Thank you Smiley

PS: How about just a prime number? e.g 3301 - just an example......

Great point Savvas.

Anyway, everyone is welcome as of now,
But later on we will be requiring everyone to have a PGP Key open to the public, and of course agreement to the rules.
full member
Activity: 233
Merit: 102
November 07, 2014, 10:35:18 AM
Sounds very interesting. I'm certainly interested at this stage.
Sounds like fun!
newbie
Activity: 2
Merit: 0
November 05, 2014, 02:28:49 PM
Have you thought of setting up an IRC channel to discuss this?
I have created a temporary channel on freenode we can use:

#cryptic on freenode

feel free to join.
hero member
Activity: 1582
Merit: 502
November 05, 2014, 10:58:13 AM
Hi guys,

I have been in discussion with some very respected members of this community.
Comments have been passed to SirLolicon (and I expoect that he passed it further to all members).

Part of the comments I have received is our name - Cryptic.

It seems that it might not be the best name for the group.

Does anyone have anything else to propose?

Please post your suggestions as we are kind of stuck behind.

Thank you Smiley

PS: How about just a prime number? e.g 3301 - just an example......
sr. member
Activity: 1456
Merit: 326
Eloncoin.org - Mars, here we come!
November 05, 2014, 06:47:27 AM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person

Well, right now we don't have much of authentication,
but maybe once we get our legit forum up and running we can
start using 2FA Auth so we can be a bit more sure, and using PGP keys
at the same time Smiley

We'll find a way soon, but I guess it's great that everyone's contributing
ideas and pointing out flaws Smiley

@Savvas,
any update on the credentials?

Have there been people PM'ing you regarding joining the organization? haha
sr. member
Activity: 322
Merit: 250
Sound Engineer for Hire
November 05, 2014, 06:39:56 AM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person

Well, right now we don't have much of authentication,
but maybe once we get our legit forum up and running we can
start using 2FA Auth so we can be a bit more sure, and using PGP keys
at the same time Smiley

We'll find a way soon, but I guess it's great that everyone's contributing
ideas and pointing out flaws Smiley

@Savvas,
any update on the credentials?
sr. member
Activity: 1456
Merit: 326
Eloncoin.org - Mars, here we come!
November 04, 2014, 09:20:37 PM
So they have your public key. What can they do with that? If everyone has your public key, and you're the only one who has the private key, how would you prove it's you? Still not connecting the dots. Seems like you'd have to share the private key with at least one other person
Pages:
Jump to: