A .NET Cryptography Primer, part 1(statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago

First in a series of blog posts geared towards .NET developers with not much experience in Cryptography, concentrating more on code than on theory. First installment covers managed/unmanaged and encodings.

9 comments |category: |Views: 15

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago 0

Gosh, I wonder if a comment or two will kick this to the front page?

Covering one-way hashing, symmetric and asymmetric stuff in two or more posts later.

Reply

posted by dengar007dengar007(3084) 4 years, 1 month ago 0

It was a very good post -- do comments effect front page status?

Reply

posted by powerrushpowerrush(3873) 4 years, 1 month ago 0

Man... talk about fishing...

Reply

posted by JemmJemm(9604) 4 years, 1 month ago 0

Very cryptic post ;)

Reply

posted by gavinjoycegavinjoyce(25.7k) 4 years, 1 month ago 0

Comments do effect a story's score:

private static int GetStoryScore(Story story, Host host) {
int score = 0;
score += story.KickCount * host.Publish_KickScore;
score += story.CommentCount * host.Publish_CommentScore;
System.Diagnostics.Trace.WriteLine("Pub: Score of [" + score + "] for storyID " + story.StoryID);
return score;
}

Reply

posted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago 0

heheeh... It could have been worse. I could have created fifteen fake accounts, or had my friends join to kick.

Reply

posted by JemmJemm(9604) 4 years, 1 month ago 0

I could ask _all_ my friends to kick my posts, too! Unfortunately that would guarantee only one additional kick at best... :S

Reply

posted by powerrushpowerrush(3873) 4 years, 1 month ago 0

@yesthatmcgurk We don't need a "State Street Gang... er... Mafia" Okay, so it doesn't work so well in your case.

Reply

posted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 1 month ago 0

I like it. I'll call them... the Gangalos. Fingerpaint on the face is a must.

Reply

information Login or create an account to comment on this story