wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

Password Generator - Lisp

profile
Aniket Panchal
Jul 16, 2025
0 Likes
0 Discussions
0 Reads

Program (Raw):

(defparameter *chars* "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*")


(defun random-char ()

(char *chars* (random (length *chars*))))


(defun generate-password (length)

(coerce (loop repeat length collect (random-char)) 'string))


(defun test-generator ()

"Test the password generator"

(format t "Password (8 chars): ~a~%" (generate-password 8))

(format t "Password (12 chars): ~a~%" (generate-password 12))

(format t "Password (16 chars): ~a~%" (generate-password 16)))


(setf *random-state* (make-random-state t))


(test-generator)


Program (Beautified):


Output:


Comments ()


Sign in

Read Next

Deadlock

Blog banner

Yoga in INDIA and ABROAD

Blog banner

Expert System In AI

Blog banner

HubSpot

Blog banner

Memory Management

Blog banner

Kernel Modes: User Mode vs. Kernel Mode - 80

Blog banner

A Statistical Analysis of Player Performance and their Value in cricket

Blog banner

CoWIN

Blog banner

Service transistion under difficult conditions

Blog banner

Theads

Blog banner

MODERN OPERATING SYSTEM

Blog banner

Sage business cloud accounting

Blog banner

Revolutionary AI Tool: ChatGPT

Blog banner

Digital black market or dark net poses a national security threat?

Blog banner

Different types of scam frauds

Blog banner

File management

Blog banner

How to invest in Indian Stock Market ? ~ Tutorial 1

Blog banner

Threat from Inside: Educating the Employees Against Cyber Threats

Blog banner

Getting to Kashmir: Alternative to the Jammu-Srinagar highway

Blog banner

Segmentation and paging concept

Blog banner

How To Setup DVWA Using XAMPP on Windows

Blog banner

Blog on Smartsheet.

Blog banner

TOP 5 GAMING GADGETS (2024)

Blog banner

Linux

Blog banner

MOVEMBER

Blog banner

What is Minting & Mining

Blog banner

Hacking of web server and application

Blog banner

Why Friendship at Work is Important

Blog banner

MIDDLE CLASS MELODIES!!

Blog banner

Disk Management

Blog banner

Functions of Operating System

Blog banner

PERSONALITY DEVELOPMENT

Blog banner

Footprinting

Blog banner

Traditional UNIX Scheduling

Blog banner

38_Network Sniffing Techniques_SBC

Blog banner

Apache Spark :- Powerful Data Processing Tool

Blog banner

Virtual Machine

Blog banner

GUIDE TO GIS

Blog banner

Cyber Security Standards

Blog banner

File sharing

Blog banner

Fudgy Tahini Date Chocolate Bars

Blog banner

Deadlock and starvation in operating system

Blog banner