How To Make A Vigenere Cipher Solver

Nov 10, 2011

I am making a cipher solver in vb.net 2008 and I have made it solve ciphers for most ciphers but I can't make it do vigenere. I have got three textboxes named "EncryptionVigenere", "SolutionVigenere" and "Key" and a button called "SolveVigenere".

View 3 Replies


ADVERTISEMENT

VS 2008 - Vigenere Cipher - Proceed On If Cipher Text Is Longer?

Jul 14, 2010

Vigenere Cipher which I am trying to code in VB.Net. The main thing is to decrypt to plain text with keys provided. Currently, I did a small code to decrypt NIOZS to COMPU with the key LUCKY. This is done by storing the cipher text, the key text and the English alphabets in 3 different arrays each starting at index 0.

However, I do not know how to proceed on if my cipher text is longer. My cipher text file consists of texts in .txt, every 5 words are group together (e.g. NIOZS ECPQE TOGCG YMKQF E). The keys are all different in lengths. I also understand about checking letter frequency to deduce the key but I do not know from which point to start on.

Can anyone give me some pointers as to how I can get to start for my program? I tried looking for samples but some applets on the web wasn't exactly accurate or I can't start it up after I dl-ed.

View 6 Replies

Make A Captcha Solver In .net?

Jun 16, 2012

i recently heard that it is possible to make a captcha solver in vb.net... well i really need this ?how to make my program scan the captcha image in a webpage and then save the answer of the captcha as a variable ?

View 1 Replies

Making A Sudoku Solver?

Nov 23, 2011

I'm a student in a visual basic class and I've been asked to make a Sudoku solving program that writes to a table in access. I need help getting the values from my numeric updown boxes. I keep getting dimensional arrays and conversion errors when I wasn't trying to convert anything. I don't know what to do. I've been researching every night for days now, and I can't find any examples of coding a numeric updown box into an array. I have also thought about writing the numeric updown boxes into a table and then running checks on the rows, columns, and quadrants inside the table. Yet again, I can't seem to find any good examples of this either. I will continue researching and hopefully come up with something other than 64+ if inside if statements. I know in theory I could use arrays to compare the values, but I can't get it to work. I'm not entirely sure how to compare them with the quads either.

[Code]...

View 2 Replies

VB - Pseudocode - Program A Sudoku Solver ?

Feb 15, 2012

I'm currently trying to program a sudoku solver. I wrote pseudocode to establish what I'd have to do. One of the first things was to make sure each number in each of the 3 x 3 grids aren't equal to any of the others. Here is my attempt. I'm pretty sure I've gone the long way around tackling this but it was the only way I was fairly confident I knew how to do. txt1_2 means that it's the second number in the first 3 x 3 grid (from left to right). At the moment, even if I put in different numbers, it comes up with two of the 'error' message boxes. This code only focuses on the first 3 x 3 grid.

Public Class Form1

Private Sub btnSolve_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSolve.Click
Dim Group1(8) As String

[CODE]...

View 7 Replies

Use Macro For Control Solver In Excer By Program?

Sep 10, 2011

My Project is : Calculate Lowest price of Nutrient I Need to use Excel with VB.NET not VBA.[code]...

View 2 Replies

Algorithm For Feistel Cipher ( Block Ciphers

May 10, 2011

Alot for the algorithm for Feistel cipher ( block ciphers ) but I did not find any . .

View 1 Replies

Writing An Alphabet Cipher That Ciphers At Random

Nov 15, 2011

I'm writing an alphabet cipher that ciphers at random. It looks like it should work when I'm debugging it but when I look at the cipher key it comes out with duplicate letters like some of them weren't switched during the for loop. WasSwapped is used to keep track of whether the letters been used in the cipher already and alphabet is just a list of the alphabet in order. All arrays and lists are size 26.

[Code]...

View 1 Replies

Cipher/ Code Generator -Program - Search Through Textbox And Find All Of A Certain Letter (say A) And Replace It

Nov 25, 2008

I'm trying to make a program (in VB 2008 Express Edition) that will take text (from a textbox) and then switch the letters (say a->f and A->F) and will put the result into a second textbox when I click a button. How do I code the program so that it will search through the textbox and find all of a certain letter (say a) and replace it, then search for the next letters (say b-z) and replace them?

View 4 Replies

Write A Program To Decrypt And Encrypt Ceaser Cipher Or Ceaser Shift

Sep 7, 2009

I am trying to write a program to decrypt and encrypt the ceaser cipher or ceaser shift (which ever you prefer using), and I really need help I don't even know how to start. I am hoping that someone on here can atleast help me to get started with writing the program.

View 4 Replies

Cannot Find A Way To Make A Program That Write Make A Shortcut In Start Menu For All Users

Jun 6, 2009

I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?

View 5 Replies

Make Code Which Can Make Copying A File In A Particular Drive Invalid/access Denied?

Aug 29, 2009

can we make code which can make copying a file in a particular drive invalid/access denied?

View 3 Replies

Make Loop To Make Certain Thing Happen About 10-30 Times Without Taking In Too Much Memory / CPU?

Oct 16, 2011

A few years ago I have been busy creating this application but it didn't succeed, now Im coming back to it and similar problems occur. Basically I use SetPixel on a given window to draw a line, work fine, but the line goes away as the window redraws itself.The problem: I have been putting timers and threads on it to make sure the line is being drawn. Is there any way to make a loop to make a certain thing happen about 10-30 times without taking in too much memory/CPU?

View 7 Replies

Make Trig/pre-calc Class A Little Easier And Make A 'app' That Solves Triangles?

Jan 13, 2010

Public Class form1
Private Sub btnAnswer_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnAnswer.Click[code]........

how can i make vb realize that the side that is opposite of the given angle, has to be less than the other sides. Also im not sure what Acamar meant by If txtAngleA.Text <> "" AndAlso txtAngleB.Text <> "" AndAlso txtSideA.Text <> "" Then 'two angles and a side Because im not sure what <> does.

View 1 Replies

VS 2008 Make Button Open A Program And Make It Windows Size?

Aug 23, 2009

How do i make my button open a program and make it windows size?

View 6 Replies

VS 2008 Make Some Kind Of Loop Inside A Timer To Make Them Change?

Dec 14, 2010

Basically I have 10 .png images.They contain a walk cycle I need to make some kind of loop inside a timer to make them change.

View 2 Replies

Make A Certian Function That Will Fade Out [make A Black Screen That Fades Out For 2 Seconds] Then Come Back?

Oct 12, 2010

Can I make a certian function that will fade out [make a black screen that fades out for 2 seconds], then come back? Is that possible? ON A FORM.

View 3 Replies

Make Make Syntax Highlighting And Keyboard Behavior Identical For C# In Visual Studio 2008?

Aug 25, 2010

Types have their own color (cyan by default).Enter completes the auto-complete suggestion.

View 1 Replies

VS 2008 - Make A Loop From 1 To 100 And Make It Everytime It Loops Display Incrementing Numbers To The Screen?

Aug 23, 2009

How do I make a loop from 1 to 100 and make it everytime it loops display incrementing numbers to the screen?

View 1 Replies

Make A Translator - Translateevery Single Letter And Make It 1 Word

Sep 7, 2009

I want to make a translator like this: [URL]...I have already made two textboxes and a button. If I type in textbox 1 abc then textbox 2 must say nop. I already know the If textbox1.text = "abc" then textbox2.text = nop. I don't want that i want to translate the a to a n and the b to a o and the c to p. So i want to translate every single letter and make it 1 word. Its like a secret code. My language looks like that a=nb=oc=pd=qe=rf=sg=th=ui=vj=wk=xl=ym=z n=ao=bp=cq=dr=es=ft=gu=hv=iw=jx=ky=l z=m

View 22 Replies

Add Music - Make A Button Make A Sound Out When Pressed?

Jun 21, 2010

I wanna ask how to code to make a button make a sound out when pressed? Can you add sound files to it, like a mp3 file?

View 3 Replies

Make VB Code To Take Apart A Word To Make Sure It Has Required Letters?

Sep 10, 2010

I've been looking through the book I own and I've been looking online but I just don't understand what code would I write to have it check the text box or input box for the right letters in a word?

View 2 Replies

VS 2008 Make From Image To Make It Loading Screen

May 19, 2010

Can i make from this image to make it Loading Screen I mean i put this in Form1 [URL] And i want when the program start the progressbar (the white line to load)

View 1 Replies

Do= Make A Program That Will Make Multiple Accounts?

Dec 30, 2010

what im trying to do= make a program that will make multiple accounts

[code]...

ok what i type in textbox(es) "1" i want it typed on a "3"{a website=www.justin.tv/signup} when i hit the "2"[button1]i really dont have any idea what im doing i know ill need to have a webrowser to load the justin.tv/signup but i have no clue what the name of the boxes are called on the webpage

View 4 Replies

Make A Program In VB Make A Sound When It Starts?

Jun 9, 2011

Me and a friend are making an app which we need to play a sound when Form1 is started. How do we do this? I don't mind code.

View 2 Replies

Make Textboxes Dynamically And Make A Controll?

Sep 15, 2011

I make textboxes dynamically and make a controll (see code)

Only last textbox is visible How to create controll for all textboxes

[Code]...

View 3 Replies

Make A Butten Make A Noise?

Oct 2, 2009

when i click a butten how would i get it to make a noise, and how would i do this in stepsI like.....

Understandable Answers
1 2 3 4 5
- - - - - Rate yourself And Have A Kitkat

[code].....

View 6 Replies

Make A New Class But Not Let The IDE Make The Designer

Jan 30, 2010

ok so i've got a Form class that inherits from System.Windows.Forms

the problem is that once i put that line in, the IDE automatically converts it into a class that has Designer enabled. how do i stop this behavior?

View 2 Replies

Make A Html File With "tags" To Make A Music Database?

Nov 11, 2010

heey guys, befoure I explain the problem. I know some vb coding so you can just give me some codes and I can add it to the program. ok,

I want to make a html file with "tags" to make a music database,

<html>
<Song_Database>
<Song Number="1" Name="Memories" Artist="David guetta" Category="Pop">
</Song>
</Song_Database>
</html>

View 3 Replies

Make A 'like' Statement Or Use Some Kind Of Wildcard To Make The Statement Not Case Sensitive?

Jul 11, 2010

I'm building a listview search feature in my app. (See the code below). It works really well, except if you search "T" then the code removes all items, if you search "t" then it removes every item except for those starting with "t". Is there any way to make a 'like' statement, or use some kind of wildcard to make the statement not case sensitive?

For Each itm As ListViewItem In ListView2.Items
If itm.Text Like TextBox1.Text & "*" Or itm.SubItems.Item(1).Text Like TextBox1.Text & "*" Then
Else

[code].....

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved