Skip to content

JoaoVitorLeite/PassGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

About

Class to generate password in Scala

Description

Simple random password generator implemented in Scala using scala.util.Ranom.

Project Structure

src
|
+---.gitignore
|   build.sbt
|   LICENSE
|   README.md
|   
|                               
+---src
|   +---main
|   |   \---scala
|   |       \---password
|   |               PassGenerator.scala
|   |               
|   \---test
|       \---scala
|           \---password
|                   PassGenSuite.scala
|                   

Compile

To compile the files it is necessary to be in the root directory(where the build.sbt file is), the use the sbt compile command.

Test

To perform the tests it is necessary to be in the root directory(where the build.sbt file is), then use the sbt test command. The tests used FunSuite and assert's. There were 15 tests performed.

IDE

The IDE used was Intellij Idea.

License

The LICENSE used is Apache-2.0.

About

Class to generate password in Scala

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages